else
This commit is contained in:
parent
94e54c9861
commit
c64cca4e0d
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ while True:
|
||||||
title = title[:34] + '-'
|
title = title[:34] + '-'
|
||||||
try:
|
try:
|
||||||
filepath = totaldl.handle_master(url, customname=title)
|
filepath = totaldl.handle_master(url, customname=title)
|
||||||
|
filepath = filepath.replace('\\', '/')
|
||||||
filepath = filepath.split('/')[-1]
|
filepath = filepath.split('/')[-1]
|
||||||
if '.mp4' in filepath:
|
if '.mp4' in filepath:
|
||||||
filepath = 'http://syriancivilwar.pw/Videos/' + filepath
|
filepath = 'http://syriancivilwar.pw/Videos/' + filepath
|
||||||
|
|
Loading…
Reference in a new issue