]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cam4.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / cam4.py
index 30daf2be9aa0038ab1d2e5e24f2f39a8fb295b00..f47de9176ddc33718afc98d649d89bd972fff763 100644 (file)
@@ -25,7 +25,7 @@ def _real_extract(self, url):
 
         return {
             'id': channel_id,
-            'title': self._live_title(channel_id),
+            'title': channel_id,
             'is_live': True,
             'age_limit': 18,
             'formats': formats,