mirror of https://github.com/yt-dlp/yt-dlp.git
[keek] Remove description
Since it equals title plus static suffix
This commit is contained in:
parent
817690ff73
commit
926fb62eec
|
@ -13,8 +13,7 @@ class KeekIE(InfoExtractor):
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'NODfbab',
|
'id': 'NODfbab',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'test chars: "\'/\\ä<>This is a test video for youtube-dl.For more information, contact phihag@phihag.de . - Video - Videos on Keek',
|
'title': 'md5:35d42050a3ece241d5ddd7fdcc6fd896',
|
||||||
'description': 'md5:35d42050a3ece241d5ddd7fdcc6fd896',
|
|
||||||
'uploader': 'ytdl',
|
'uploader': 'ytdl',
|
||||||
'uploader_id': 'eGT5bab',
|
'uploader_id': 'eGT5bab',
|
||||||
},
|
},
|
||||||
|
@ -29,8 +28,7 @@ class KeekIE(InfoExtractor):
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'url': self._og_search_video_url(webpage),
|
'url': self._og_search_video_url(webpage),
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': self._og_search_title(webpage),
|
'title': self._og_search_description(webpage),
|
||||||
'description': self._og_search_description(webpage),
|
|
||||||
'thumbnail': self._og_search_thumbnail(webpage),
|
'thumbnail': self._og_search_thumbnail(webpage),
|
||||||
'uploader': self._search_regex(r'data-username="([^"]+)"', webpage, 'uploader', fatal=False),
|
'uploader': self._search_regex(r'data-username="([^"]+)"', webpage, 'uploader', fatal=False),
|
||||||
'uploader_id': self._search_regex(r'data-user-id="([^"]+)"', webpage, 'uploader id', fatal=False),
|
'uploader_id': self._search_regex(r'data-user-id="([^"]+)"', webpage, 'uploader id', fatal=False),
|
||||||
|
|
Loading…
Reference in New Issue