]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ard.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / ard.py
index f8d57109e1c6ee810acb19c0b2154b591b44411c..1aff0361c15ae3bfc47002e9a2d028e99c317b65 100644 (file)
@@ -280,7 +280,7 @@ def _real_extract(self, url):
 
         info.update({
             'id': video_id,
-            'title': self._live_title(title) if info.get('is_live') else title,
+            'title': title,
             'description': description,
             'thumbnail': thumbnail,
         })