]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvnet.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / tvnet.py
index 4222ff9ee239fd2b55cc7771892ace9f3c59d43f..4fe8dfb6c2eefe6027eb4d9cbe0cdbe8c4cfc7ad 100644 (file)
@@ -130,9 +130,6 @@ def _real_extract(self, url):
                 r'data-image=(["\'])(?P<url>(?:https?:)?//.+?)\1', webpage,
                 'thumbnail', default=None, group='url'))
 
-        if is_live:
-            title = self._live_title(title)
-
         view_count = int_or_none(self._search_regex(
             r'(?s)<div[^>]+\bclass=["\'].*?view-count[^>]+>.*?(\d+).*?</div>',
             webpage, 'view count', default=None))