diff --git a/youtube_dl/extractor/rtve.py b/youtube_dl/extractor/rtve.py index a79a65392..6a1d10da0 100644 --- a/youtube_dl/extractor/rtve.py +++ b/youtube_dl/extractor/rtve.py @@ -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):