diff --git a/youtube_dl/extractor/rtve.py b/youtube_dl/extractor/rtve.py index d2fb754cf..a79a65392 100644 --- a/youtube_dl/extractor/rtve.py +++ b/youtube_dl/extractor/rtve.py @@ -17,7 +17,6 @@ from ..utils import ( float_or_none, qualities, remove_end, - remove_start, std_headers, ) @@ -208,7 +207,7 @@ class RTVELiveIE(RTVEALaCartaIE): 'info_dict': { 'id': 'la-1', 'ext': 'mp4', - 'title': 're:^La 1 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$', + 'title': r're:^[^\s].+[^\s]$', }, 'params': { 'skip_download': 'live stream', @@ -220,14 +219,12 @@ class RTVELiveIE(RTVEALaCartaIE): video_id = mobj.group('id') webpage = self._download_webpage(url, video_id) - title = remove_end(self._og_search_title(webpage), ' en directo en RTVE.es') - title = remove_start(title, 'Estoy viendo ') + title = remove_end( + self._html_search_regex(r'