]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bitwave.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / bitwave.py
index eb16c469df3a90a763ff2ecc8339b97ed0365324..e6e093f5977d53279db6d624cef0c7b354274ffc 100644 (file)
@@ -51,7 +51,7 @@ def _real_extract(self, url):
 
         return {
             'id': username,
-            'title': self._live_title(channel['data']['title']),
+            'title': channel['data']['title'],
             'uploader': username,
             'uploader_id': username,
             'formats': formats,