mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-17 18:46: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,
|
'logger': log,
|
||||||
'extract_flat': True,
|
'extract_flat': True,
|
||||||
'check_formats': True,
|
'check_formats': True,
|
||||||
|
'check_thumbnails': False,
|
||||||
'daterange': yt_dlp.utils.DateRange(start=start),
|
'daterange': yt_dlp.utils.DateRange(start=start),
|
||||||
'extractor_args': {
|
'extractor_args': {
|
||||||
'youtube': {'formats': ['missing_pot']},
|
'youtube': {'formats': ['missing_pot']},
|
||||||
|
Loading…
Reference in New Issue
Block a user