diff --git a/youtube_dl/extractor/pornhub.py b/youtube_dl/extractor/pornhub.py index 6bee1f553..76895b730 100644 --- a/youtube_dl/extractor/pornhub.py +++ b/youtube_dl/extractor/pornhub.py @@ -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: