]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/muenchentv.py
Imported Upstream version 2016.08.17
[youtubedl] / youtube_dl / extractor / muenchentv.py
index b4e8ad17e9003940e5753349e30b4857c4c8aa6a..d9f17613633d245283f5f5745acca2feb273cbf5 100644 (file)
@@ -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]