aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/younow.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/younow.py')
-rw-r--r--yt_dlp/extractor/younow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/younow.py b/yt_dlp/extractor/younow.py
index 04dbc87fc..128faa30d 100644
--- a/yt_dlp/extractor/younow.py
+++ b/yt_dlp/extractor/younow.py
@@ -58,7 +58,7 @@ class YouNowLiveIE(InfoExtractor):
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'),