Add test for La 2 live stream

This commit is contained in:
Álvaro Mondéjar Rubio 2021-08-18 14:51:43 +02:00
parent 95670350cb
commit 1b2b4a6e91
1 changed files with 10 additions and 0 deletions

View File

@ -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):