mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 15:23:13 +08:00
Fix test
This commit is contained in:
parent
caf1bda6eb
commit
c313d6062c
@ -9,12 +9,14 @@ class TunepkIE(InfoExtractor):
|
|||||||
_VALID_URL = r'(?:https?://|\.)(tune\.pk)/(?:player|video|play)/(?:[\w\.\?]+=)?(?P<id>\d+)'
|
_VALID_URL = r'(?:https?://|\.)(tune\.pk)/(?:player|video|play)/(?:[\w\.\?]+=)?(?P<id>\d+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://tune.pk/video/6919541/maudie-2017-international-trailer-1-ft-ethan-hawke-sally-hawkins',
|
'url': 'https://tune.pk/video/6919541/maudie-2017-international-trailer-1-ft-ethan-hawke-sally-hawkins',
|
||||||
'md5': '0C537163B7F6F97DA3C5DD1E3EF6DD55',
|
'md5': '0c537163b7f6f97da3c5dd1e3ef6dd55',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '6919541',
|
'id': '6919541',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Maudie (2017) | International Trailer # 1 ft Ethan Hawke, Sally Hawkins',
|
'title': 'Maudie (2017) | International Trailer # 1 ft Ethan Hawke, Sally Hawkins',
|
||||||
'thumbnail': r're:^https?://.*\.jpg$'
|
'thumbnail': r're:^https?://.*\.jpg$',
|
||||||
|
'uploader': 'Movie Trailers',
|
||||||
|
'description': 'md5:791d36d2c67dca4be5855086a9454dbc'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user