]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/younow.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / younow.py
index 04dbc87fc613e9d3e4bdf04080d8889ce503d913..128faa30dfe73038fd6ac9e30c38850bc5f54931 100644 (file)
@@ -58,7 +58,7 @@ def _real_extract(self, url):
         return {
             'id': uploader,
             'is_live': True,
-            'title': self._live_title(uploader),
+            'title': uploader,
             'thumbnail': data.get('awsUrl'),
             'tags': data.get('tags'),
             'categories': data.get('tags'),