]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/antenna.py
[cleanup] Fix misc bugs (#8968)
[yt-dlp.git] / yt_dlp / extractor / antenna.py
index 17a4b6900dc234dc8f69313ddec4c05111090ebf..2929d6550f80ec5199a082abdfc83afda7718693 100644 (file)
@@ -67,7 +67,7 @@ def _real_extract(self, url):
         webpage = self._download_webpage(url, video_id)
         info = self._download_and_extract_api_data(video_id, netloc)
         info['description'] = self._og_search_description(webpage, default=None)
-        info['_old_archive_ids'] = [make_archive_id('Ant1NewsGrWatch', video_id)],
+        info['_old_archive_ids'] = [make_archive_id('Ant1NewsGrWatch', video_id)]
         return info