Explicitly turn off checking of thumbnails

This commit is contained in:
tcely 2025-03-08 11:07:13 -05:00 committed by GitHub
parent 7c0891c703
commit c2aa9a4b9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,6 +155,7 @@ def get_media_info(url, days=None):
'logger': log,
'extract_flat': True,
'check_formats': True,
'check_thumbnails': False,
'daterange': yt_dlp.utils.DateRange(start=start),
'extractor_args': {
'youtube': {'formats': ['missing_pot']},