mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-17 10:36:35 +00:00
Explicitly turn off checking of thumbnails
This commit is contained in:
parent
7c0891c703
commit
c2aa9a4b9f
@ -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']},
|
||||
|
Loading…
Reference in New Issue
Block a user