1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 15:23:13 +08:00
This commit is contained in:
Irfan Charania 2017-02-26 10:53:56 -08:00
parent caf1bda6eb
commit c313d6062c

View File

@ -9,12 +9,14 @@ class TunepkIE(InfoExtractor):
_VALID_URL = r'(?:https?://|\.)(tune\.pk)/(?:player|video|play)/(?:[\w\.\?]+=)?(?P<id>\d+)'
_TEST = {
'url': 'https://tune.pk/video/6919541/maudie-2017-international-trailer-1-ft-ethan-hawke-sally-hawkins',
'md5': '0C537163B7F6F97DA3C5DD1E3EF6DD55',
'md5': '0c537163b7f6f97da3c5dd1e3ef6dd55',
'info_dict': {
'id': '6919541',
'ext': 'mp4',
'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'
}
}