aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/muenchentv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/muenchentv.py')
-rw-r--r--hypervideo_dl/extractor/muenchentv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/muenchentv.py b/hypervideo_dl/extractor/muenchentv.py
index d256236..a53929e 100644
--- a/hypervideo_dl/extractor/muenchentv.py
+++ b/hypervideo_dl/extractor/muenchentv.py
@@ -33,7 +33,7 @@ class MuenchenTVIE(InfoExtractor):
display_id = 'live'
webpage = self._download_webpage(url, display_id)
- title = self._live_title(self._og_search_title(webpage))
+ title = self._og_search_title(webpage)
data_js = self._search_regex(
r'(?s)\nplaylist:\s*(\[.*?}\]),',