From c352f7438a6dabba1185b2f00d50946228250258 Mon Sep 17 00:00:00 2001 From: froiss Date: Sun, 16 Jun 2019 15:36:43 +0200 Subject: [PATCH] improved regex to extract videos data --- youtube_dl/extractor/tf1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/tf1.py b/youtube_dl/extractor/tf1.py index 82ae3dc29..091350848 100644 --- a/youtube_dl/extractor/tf1.py +++ b/youtube_dl/extractor/tf1.py @@ -64,7 +64,7 @@ class TF1IE(InfoExtractor): video_id = self._match_id(url) webpage = self._download_webpage(url, video_id) vids_data_string = self._html_search_regex( - r'', + r'', webpage, 'videos data string', group='vids_data_string', default=None) wat_id = None if vids_data_string is not None: