logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: ed6919e7371b3da66c10e4c5768816e81f4c5db3
parent 2b83da246375e6b37884aad9fe22ea8e461e20b3
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat,  1 Sep 2018 01:59:13 +0200

[ard] beta mediathek: make regexp for JSON more robust

Diffstat:

Myoutube_dl/extractor/ard.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/ard.py b/youtube_dl/extractor/ard.py @@ -307,7 +307,7 @@ class ARDBetaMediathekIE(InfoExtractor): display_id = mobj.group('display_id') webpage = self._download_webpage(url, display_id) - data_json = self._search_regex(r'window\.__APOLLO_STATE__\s*=\s*(\{.*);', webpage, 'json') + data_json = self._search_regex(r'window\.__APOLLO_STATE__\s*=\s*(\{.*);\n', webpage, 'json') data = self._parse_json(data_json, display_id) res = {