aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/adobeconnect.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/adobeconnect.py')
-rw-r--r--yt_dlp/extractor/adobeconnect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/adobeconnect.py b/yt_dlp/extractor/adobeconnect.py
index 728549eb9..e688dddcb 100644
--- a/yt_dlp/extractor/adobeconnect.py
+++ b/yt_dlp/extractor/adobeconnect.py
@@ -31,7 +31,7 @@ class AdobeConnectIE(InfoExtractor):
return {
'id': video_id,
- 'title': self._live_title(title) if is_live else title,
+ 'title': title,
'formats': formats,
'is_live': is_live,
}