mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 02:14:32 +01:00
Remove crap
This commit is contained in:
parent
98e0d27fe8
commit
61ac1af174
@ -19,12 +19,6 @@ class NZOnScreenIE(InfoExtractor):
|
|||||||
'ext': 'm4v',
|
'ext': 'm4v',
|
||||||
'title': 'Watermark',
|
'title': 'Watermark',
|
||||||
'description': 'md5:c654662c3985fb0cef75812fbb378174',
|
'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)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -71,7 +65,3 @@ class NZOnScreenIE(InfoExtractor):
|
|||||||
})
|
})
|
||||||
|
|
||||||
return self.playlist_result(entries, video_id, title, self._og_search_description(webpage))
|
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)
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user