mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-17 22:51:45 +00:00
parent
7b5674949f
commit
296df0da1d
@ -14,7 +14,7 @@ class MoviepilotIE(InfoExtractor):
|
|||||||
'display_id': 'interstellar-2',
|
'display_id': 'interstellar-2',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Interstellar',
|
'title': 'Interstellar',
|
||||||
'thumbnail': r're:https://\w+\.dmcdn\.net/v/SaV-q1ZganMw4HVXg/x1080',
|
'thumbnail': r're:https://\w+\.dmcdn\.net/v/SaV-q1.*/x1080',
|
||||||
'timestamp': 1605010596,
|
'timestamp': 1605010596,
|
||||||
'description': 'md5:0ae9cb452af52610c9ffc60f2fd0474c',
|
'description': 'md5:0ae9cb452af52610c9ffc60f2fd0474c',
|
||||||
'uploader': 'Moviepilot',
|
'uploader': 'Moviepilot',
|
||||||
@ -71,7 +71,7 @@ class MoviepilotIE(InfoExtractor):
|
|||||||
'age_limit': 0,
|
'age_limit': 0,
|
||||||
'duration': 82,
|
'duration': 82,
|
||||||
'upload_date': '20201109',
|
'upload_date': '20201109',
|
||||||
'thumbnail': r're:https://\w+\.dmcdn\.net/v/SaMes1Zg3lxLv9j5u/x1080',
|
'thumbnail': r're:https://\w+\.dmcdn\.net/v/SaMes1Z.*/x1080',
|
||||||
'uploader': 'Moviepilot',
|
'uploader': 'Moviepilot',
|
||||||
'like_count': int,
|
'like_count': int,
|
||||||
'view_count': int,
|
'view_count': int,
|
||||||
@ -92,6 +92,6 @@ class MoviepilotIE(InfoExtractor):
|
|||||||
'ie_key': DailymotionIE.ie_key(),
|
'ie_key': DailymotionIE.ie_key(),
|
||||||
'display_id': video_id,
|
'display_id': video_id,
|
||||||
'title': clip.get('title'),
|
'title': clip.get('title'),
|
||||||
'url': f'https://www.dailymotion.com/video/{clip["videoRemoteId"]}',
|
'url': f'https://www.dailymotion.com/video/{clip["video"]["remoteId"]}',
|
||||||
'description': clip.get('summary'),
|
'description': clip.get('summary'),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user