mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-06 13:01:50 -07:00
Add test for La 2 live stream
This commit is contained in:
parent
95670350cb
commit
1b2b4a6e91
1 changed files with 10 additions and 0 deletions
|
@ -212,6 +212,16 @@ class RTVELiveIE(RTVEALaCartaIE):
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': 'live stream',
|
'skip_download': 'live stream',
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
'url': 'http://www.rtve.es/directo/la-2/',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'la-2',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': r're:^[^\s].+[^\s]$',
|
||||||
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': 'live stream',
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue