]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/oktoberfesttv.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / oktoberfesttv.py
index a914068f958943eddb79a992413d86bad1c343fa..276567436bcb64024dfa18908b9b096425a559d0 100644 (file)
@@ -25,8 +25,8 @@ def _real_extract(self, url):
         video_id = self._match_id(url)
         webpage = self._download_webpage(url, video_id)
 
-        title = self._live_title(self._html_search_regex(
-            r'<h1><strong>.*?</strong>(.*?)</h1>', webpage, 'title'))
+        title = self._html_search_regex(
+            r'<h1><strong>.*?</strong>(.*?)</h1>', webpage, 'title')
 
         clip = self._search_regex(
             r"clip:\s*\{\s*url:\s*'([^']+)'", webpage, 'clip')