mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 02:55:53 +00:00
[discoverygo] Actualize test
This commit is contained in:
parent
a28f8d7396
commit
57b0ddb35f
@ -32,16 +32,16 @@ class DiscoveryGoIE(DiscoveryGoBaseIE):
|
|||||||
_VALID_URL = DiscoveryGoBaseIE._VALID_URL_TEMPLATE % r'(?:[^/]+/)+'
|
_VALID_URL = DiscoveryGoBaseIE._VALID_URL_TEMPLATE % r'(?:[^/]+/)+'
|
||||||
_GEO_COUNTRIES = ['US']
|
_GEO_COUNTRIES = ['US']
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://www.discoverygo.com/love-at-first-kiss/kiss-first-ask-questions-later/',
|
'url': 'https://www.discoverygo.com/bering-sea-gold/reaper-madness/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '57a33c536b66d1cd0345eeb1',
|
'id': '58c167d86b66d12f2addeb01',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Kiss First, Ask Questions Later!',
|
'title': 'Reaper Madness',
|
||||||
'description': 'md5:fe923ba34050eae468bffae10831cb22',
|
'description': 'md5:09f2c625c99afb8946ed4fb7865f6e78',
|
||||||
'duration': 2579,
|
'duration': 2519,
|
||||||
'series': 'Love at First Kiss',
|
'series': 'Bering Sea Gold',
|
||||||
'season_number': 1,
|
'season_number': 8,
|
||||||
'episode_number': 1,
|
'episode_number': 6,
|
||||||
'age_limit': 14,
|
'age_limit': 14,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user