]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/picarto.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / picarto.py
index 17d08d69ee6528e0712e54a9f7bbe22e8029e23b..adf21fda87454a79a847d3fecd6dfc471b130b9d 100644 (file)
@@ -77,7 +77,7 @@ def _real_extract(self, url):
 
         return {
             'id': channel_id,
-            'title': self._live_title(title.strip()),
+            'title': title.strip(),
             'is_live': True,
             'channel': channel_id,
             'channel_id': metadata.get('id'),