Remove crap

This commit is contained in:
BohwaZ 2017-08-15 16:27:04 +12:00
parent 98e0d27fe8
commit 61ac1af174

View File

@ -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'<div[^>]+id="uploader"[^>]*>([^<]+)<', webpage, 'uploader', fatal=False),
# TODO more properties (see youtube_dl/extractor/common.py)
}
return self.playlist_result(entries, video_id, title, self._og_search_description(webpage))