]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nytimes.py
[ie/youtube] Suppress "Unavailable videos are hidden" warning (#10159)
[yt-dlp.git] / yt_dlp / extractor / nytimes.py
index 3019202a2e8a71d21b83e8689fbeb13998305b15..5ec3cdd6758478d1f3701a8f225c46009c2dbdb0 100644 (file)
@@ -251,7 +251,7 @@ def _extract_content_from_block(self, block):
             'thumbnails': self._extract_thumbnails(traverse_obj(
                 block, ('promotionalMedia', 'crops', ..., 'renditions', ...))),
             'formats': formats,
-            'subtitles': subtitles
+            'subtitles': subtitles,
         }
 
     def _real_extract(self, url):