else
master
Voussoir 2015-06-02 20:33:46 -07:00
parent c64cca4e0d
commit 7b1b86c4a9
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ def handle_liveleak(url, customname=None):
pagedata = pagedata.split('src="')[1]
pagedata = pagedata.split('"')[0]
print('\tFound youtube embed')
handle_master(pagedata)
handle_master(pagedata, customname=customname)
else:
pagedata = pagedata.split('file: "')[1]
pagedata = pagedata.split('",')[0]