diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 092bfef22..75f93cb9b 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -3732,29 +3732,9 @@ class YouPornIE(InfoExtractor): def __init__(self, downloader=None): InfoExtractor.__init__(self, downloader) - # def report_id(self, video_id): - # """Report finding video ID""" - # self._downloader.to_screen(u'[youporn] Video ID: %s' % video_id) - - # def report_webpage(self, url): - # """Report downloading page""" - # self._downloader.to_screen(u'[youporn] Downloaded page: %s' % url) - - # def report_title(self, video_title): - # """Report dfinding title""" - # self._downloader.to_screen(u'[youporn] Title: %s' % video_title) - - # def report_uploader(self, uploader): - # """Report dfinding title""" - # self._downloader.to_screen(u'[youporn] Uploader: %s' % uploader) - - # def report_upload_date(self, video_date): - # """Report finding date""" - # self._downloader.to_screen(u'[youporn] Date: %s' % video_date) - def _print_formats(self, formats): """Print all available formats""" - print('Available formats:') + print(u'Available formats:') print(u'ext\t\tformat') print(u'---------------------------------') for format in formats: @@ -3773,10 +3753,8 @@ class YouPornIE(InfoExtractor): return video_id = mobj.group('videoid') - #self.report_id(video_id) webpage = self._download_webpage(url, video_id) - #self.report_webpage(url) # Get the video title VIDEO_TITLE_RE = r'videoTitleArea">(?P