forked from minhngoc25a/youtube-dl
[orf:iptv] Update test
This commit is contained in:
parent
857f00ed94
commit
529d26c3e1
|
@ -210,16 +210,16 @@ class ORFIPTVIE(InfoExtractor):
|
||||||
_VALID_URL = r'http://iptv\.orf\.at/(?:#/)?stories/(?P<id>\d+)'
|
_VALID_URL = r'http://iptv\.orf\.at/(?:#/)?stories/(?P<id>\d+)'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://iptv.orf.at/stories/2267952',
|
'url': 'http://iptv.orf.at/stories/2275236/',
|
||||||
'md5': '26ffa4bab6dbce1eee78bbc7021016cd',
|
'md5': 'c8b22af4718a4b4af58342529453e3e5',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '339775',
|
'id': '350612',
|
||||||
'ext': 'flv',
|
'ext': 'flv',
|
||||||
'title': 'Kreml-Kritiker Nawalny wieder frei',
|
'title': 'Weitere Evakuierungen um Vulkan Calbuco',
|
||||||
'description': 'md5:6f24e7f546d364dacd0e616a9e409236',
|
'description': 'md5:d689c959bdbcf04efeddedbf2299d633',
|
||||||
'duration': 84.729,
|
'duration': 68.197,
|
||||||
'thumbnail': 're:^https?://.*\.jpg$',
|
'thumbnail': 're:^https?://.*\.jpg$',
|
||||||
'upload_date': '20150306',
|
'upload_date': '20150425',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue