mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 03:57:25 +08:00
Update tests
This commit is contained in:
parent
8d1380697b
commit
fa9516583d
@ -256,17 +256,15 @@ class NRKTVIE(NRKBaseIE):
|
|||||||
''' % _EPISODE_RE
|
''' % _EPISODE_RE
|
||||||
_API_HOSTS = ('psapi-ne.nrk.no', 'psapi-we.nrk.no')
|
_API_HOSTS = ('psapi-ne.nrk.no', 'psapi-we.nrk.no')
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://tv.nrk.no/serie/blank/sesong/1/episode/3',
|
'url': 'https://tv.nrk.no/program/MDDP12000117',
|
||||||
'md5': '22053d8a7641709940ad195853b197f0',
|
'md5': '8270824df46ec629b66aeaa5796b36fb',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'MUHH69000318AA',
|
'id': 'MDDP12000117AA',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Uten mål og mening 3:9',
|
'title': 'Alarm Trolltunga',
|
||||||
'description': 'md5:32692999accf028f406bf3bc73eb29ac',
|
'description': 'md5:46923a6e6510eefcce23d5ef2a58f2ce',
|
||||||
'duration': 1698,
|
'duration': 2223,
|
||||||
'series': 'Blank',
|
'age_limit': 6
|
||||||
'episode': '3:9',
|
|
||||||
'age_limit': 12
|
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://tv.nrk.no/serie/20-spoersmaal-tv/MUHH48000314/23-05-2014',
|
'url': 'https://tv.nrk.no/serie/20-spoersmaal-tv/MUHH48000314/23-05-2014',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user