]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/stripchat.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / stripchat.py
index efd0afc75eccd75f228bce4d0c96a185d1c137cb..0d4a0ce4c07d2ae141ae2d60f73a07c3313c8d64 100644 (file)
@@ -57,7 +57,7 @@ def _real_extract(self, url):
 
         return {
             'id': video_id,
-            'title': self._live_title(video_id),
+            'title': video_id,
             'description': self._og_search_description(webpage),
             'is_live': True,
             'formats': formats,