mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-17 13:48:37 +09:00
Add test for La 2 live stream
This commit is contained in:
@@ -212,6 +212,16 @@ class RTVELiveIE(RTVEALaCartaIE):
|
||||
'params': {
|
||||
'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):
|
||||
|
Reference in New Issue
Block a user