From 61ac1af174b66e4b7c4ec7aaf9d0c8d40af29ea2 Mon Sep 17 00:00:00 2001 From: BohwaZ Date: Tue, 15 Aug 2017 16:27:04 +1200 Subject: [PATCH] Remove crap --- youtube_dl/extractor/nzonscreen.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/youtube_dl/extractor/nzonscreen.py b/youtube_dl/extractor/nzonscreen.py index d11bf9de4..c18d4952e 100644 --- a/youtube_dl/extractor/nzonscreen.py +++ b/youtube_dl/extractor/nzonscreen.py @@ -19,12 +19,6 @@ class NZOnScreenIE(InfoExtractor): 'ext': 'm4v', 'title': 'Watermark', 'description': 'md5:c654662c3985fb0cef75812fbb378174', - #'thumbnail': r're:^https?://.*\.jpg$', - # TODO more properties, either as: - # * A value - # * MD5 checksum; start the string with md5: - # * A regular expression; start the string with re: - # * Any Python type (for example int or float) } } @@ -70,8 +64,4 @@ class NZOnScreenIE(InfoExtractor): 'url': clip[fmt][definition + "_res"], }) - return self.playlist_result(entries, video_id, title, self._og_search_description(webpage)) - return { - #'uploader': self._search_regex(r']+id="uploader"[^>]*>([^<]+)<', webpage, 'uploader', fatal=False), - # TODO more properties (see youtube_dl/extractor/common.py) - } \ No newline at end of file + return self.playlist_result(entries, video_id, title, self._og_search_description(webpage)) \ No newline at end of file