]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/chaturbate.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / chaturbate.py
index a459dcb8d5fbedc00f068da023392f0898d687a2..8da51f91964356247fcfad80b4e8046747802e56 100644 (file)
@@ -101,7 +101,7 @@ def _real_extract(self, url):
 
         return {
             'id': video_id,
-            'title': self._live_title(video_id),
+            'title': video_id,
             'thumbnail': 'https://roomimg.stream.highwebmedia.com/ri/%s.jpg' % video_id,
             'age_limit': self._rta_search(webpage),
             'is_live': True,