Cleared a debug leftover
This commit is contained in:
parent
8ee42812f1
commit
17ec4ac371
@ -174,7 +174,6 @@ class PornHubIE(InfoExtractor):
|
|||||||
video_urls = []
|
video_urls = []
|
||||||
for url in encoded_video_urls:
|
for url in encoded_video_urls:
|
||||||
exestring = 'video_urls.append(' + str(url) + ')'
|
exestring = 'video_urls.append(' + str(url) + ')'
|
||||||
#print('exe2: ' + exestring)
|
|
||||||
exec(exestring) in locals()
|
exec(exestring) in locals()
|
||||||
|
|
||||||
if webpage.find('"encrypted":true') != -1:
|
if webpage.find('"encrypted":true') != -1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user