aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/steam.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/steam.py')
-rw-r--r--yt_dlp/extractor/steam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/steam.py b/yt_dlp/extractor/steam.py
index e15c22f2a..eea20ff85 100644
--- a/yt_dlp/extractor/steam.py
+++ b/yt_dlp/extractor/steam.py
@@ -166,7 +166,7 @@ class SteamCommunityBroadcastIE(InfoExtractor):
self._sort_formats(formats)
return {
'id': video_id,
- 'title': self._html_extract_title(webpage) or self._og_search_title(webpage),
+ 'title': self._generic_title('', webpage),
'formats': formats,
'live_status': 'is_live',
'view_count': json_data.get('num_view'),