mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-10 05:20:09 +09:00
minor fixes
This commit is contained in:
parent
771bbcb453
commit
31825563c7
@ -31,7 +31,6 @@ class CamWhoresBayVideoIE(InfoExtractor):
|
|||||||
# 'url': r're:https://www\.camwhoresbay\.com/get_file/7/55259a27805bf1313318c14b2afb0dae1fef6e1dd4/484000/484472/484472_720p\.mp4/\?rnd=.+',
|
# 'url': r're:https://www\.camwhoresbay\.com/get_file/7/55259a27805bf1313318c14b2afb0dae1fef6e1dd4/484000/484472/484472_720p\.mp4/\?rnd=.+',
|
||||||
# 'height': 720
|
# 'height': 720
|
||||||
# }]
|
# }]
|
||||||
'thumbnail': 'https://cwbstatic.cdntrex.com/contents/videos_screenshots/484000/484472/preview.mp4.jpg',
|
|
||||||
'thumbnails': [{
|
'thumbnails': [{
|
||||||
'url': 'https://cwbstatic.cdntrex.com/contents/videos_screenshots/484000/484472/preview.mp4.jpg',
|
'url': 'https://cwbstatic.cdntrex.com/contents/videos_screenshots/484000/484472/preview.mp4.jpg',
|
||||||
'height': 360
|
'height': 360
|
||||||
@ -93,9 +92,8 @@ class CamWhoresBayVideoIE(InfoExtractor):
|
|||||||
'id': video_id,
|
'id': video_id,
|
||||||
'title': title,
|
'title': title,
|
||||||
'uploader': uploader,
|
'uploader': uploader,
|
||||||
'url': formats[0]['url'],
|
'url': formats[0].get('url'),
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'thumbnail': thumbnails[0]['url'],
|
|
||||||
'thumbnails': thumbnails,
|
'thumbnails': thumbnails,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user