else
else
This commit is contained in:
parent
c64cca4e0d
commit
7b1b86c4a9
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ def handle_liveleak(url, customname=None):
|
||||||
pagedata = pagedata.split('src="')[1]
|
pagedata = pagedata.split('src="')[1]
|
||||||
pagedata = pagedata.split('"')[0]
|
pagedata = pagedata.split('"')[0]
|
||||||
print('\tFound youtube embed')
|
print('\tFound youtube embed')
|
||||||
handle_master(pagedata)
|
handle_master(pagedata, customname=customname)
|
||||||
else:
|
else:
|
||||||
pagedata = pagedata.split('file: "')[1]
|
pagedata = pagedata.split('file: "')[1]
|
||||||
pagedata = pagedata.split('",')[0]
|
pagedata = pagedata.split('",')[0]
|
||||||
|
|
Loading…
Reference in a new issue