aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/bluesky.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/bluesky.py')
-rw-r--r--yt_dlp/extractor/bluesky.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/bluesky.py b/yt_dlp/extractor/bluesky.py
index 42edd1107..0e58a0932 100644
--- a/yt_dlp/extractor/bluesky.py
+++ b/yt_dlp/extractor/bluesky.py
@@ -382,7 +382,7 @@ class BlueskyIE(InfoExtractor):
'age_limit': (
'labels', ..., 'val', {lambda x: 18 if x in ('sexual', 'porn', 'graphic-media') else None}, any),
'description': (*record_path, 'text', {str}, filter),
- 'title': (*record_path, 'text', {lambda x: x.replace('\n', '')}, {truncate_string(left=50)}),
+ 'title': (*record_path, 'text', {lambda x: x.replace('\n', ' ')}, {truncate_string(left=50)}),
}),
})
return entries