瀏覽代碼

[muenchentv] Fix extraction (Closes #10313)

Sergey M․ 9 年之前
父節點
當前提交
6a26c5f9d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/muenchentv.py

+ 1 - 1
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]