about summary refs log tree commit diff
path: root/youtube_dl/extractor/muenchentv.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-08-13 14:28:44 +0700
committerSergey M․ <dstftw@gmail.com>2016-08-13 14:28:44 +0700
commit6a26c5f9d5d7b32648e116be4ce902802994654e (patch)
tree165a07ff33f5c68f8c224b79cf5c7a182221c4fc /youtube_dl/extractor/muenchentv.py
parentbd6fb007de2323065bface4467539b509fbdb062 (diff)
downloadyoutube-dl-6a26c5f9d5d7b32648e116be4ce902802994654e.tar.gz
youtube-dl-6a26c5f9d5d7b32648e116be4ce902802994654e.tar.xz
youtube-dl-6a26c5f9d5d7b32648e116be4ce902802994654e.zip
[muenchentv] Fix extraction (Closes #10313)
Diffstat (limited to 'youtube_dl/extractor/muenchentv.py')
-rw-r--r--youtube_dl/extractor/muenchentv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/muenchentv.py b/youtube_dl/extractor/muenchentv.py
index b4e8ad17e..d9f176136 100644
--- a/youtube_dl/extractor/muenchentv.py
+++ b/youtube_dl/extractor/muenchentv.py
@@ -36,7 +36,7 @@ class MuenchenTVIE(InfoExtractor):
         title = self._live_title(self._og_search_title(webpage))
 
         data_js = self._search_regex(
-            r'(?s)\nplaylist:\s*(\[.*?}\]),related:',
+            r'(?s)\nplaylist:\s*(\[.*?}\]),',
             webpage, 'playlist configuration')
         data_json = js_to_json(data_js)
         data = json.loads(data_json)[0]