mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 01:47:19 +08:00
[playtvak] Add new live stream test
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
This commit is contained in:
parent
621d808390
commit
2f94a30eea
@ -43,6 +43,17 @@ class PlaytvakIE(InfoExtractor):
|
|||||||
'params': {
|
'params': {
|
||||||
'skip_download': True, # requires rtmpdump
|
'skip_download': True, # requires rtmpdump
|
||||||
},
|
},
|
||||||
|
}, { # another live stream, this one without Misc.videoFLV
|
||||||
|
'url': 'https://slowtv.playtvak.cz/zive-sledujte-vlaky-v-primem-prenosu-dwi-/hlavni-nadrazi.aspx?c=A151218_145728_hlavni-nadrazi_plap',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'A151218_145728_hlavni-nadrazi_plap',
|
||||||
|
'ext': 'flv',
|
||||||
|
'title': 're:^Hlavní nádraží [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
|
||||||
|
'is_live': True,
|
||||||
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True, # requires rtmpdump
|
||||||
|
},
|
||||||
}, { # idnes.cz
|
}, { # idnes.cz
|
||||||
'url': 'http://zpravy.idnes.cz/pes-zavreny-v-aute-rozbijeni-okynek-v-aute-fj5-/domaci.aspx?c=A150809_104116_domaci_pku',
|
'url': 'http://zpravy.idnes.cz/pes-zavreny-v-aute-rozbijeni-okynek-v-aute-fj5-/domaci.aspx?c=A150809_104116_domaci_pku',
|
||||||
'md5': '819832ba33cd7016e58a6658577fe289',
|
'md5': '819832ba33cd7016e58a6658577fe289',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user