Cleared a debug leftover

This commit is contained in:
Thomas Christlieb 2017-02-08 14:57:02 +01:00
parent 8ee42812f1
commit 17ec4ac371

View File

@ -174,7 +174,6 @@ class PornHubIE(InfoExtractor):
video_urls = []
for url in encoded_video_urls:
exestring = 'video_urls.append(' + str(url) + ')'
#print('exe2: ' + exestring)
exec(exestring) in locals()
if webpage.find('"encrypted":true') != -1: