We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97afdc4 + 749fb13 commit b93182bCopy full SHA for b93182b
tubesync/sync/youtube.py
@@ -243,7 +243,7 @@ def download_media(
243
'writesubtitles': write_subtitles,
244
'writeautomaticsub': auto_subtitles,
245
'subtitleslangs': sub_langs.split(','),
246
- 'writethumbnail': True,
+ 'writethumbnail': embed_thumbnail,
247
'check_formats': False,
248
'overwrites': None,
249
'sleep_interval': 10 + int(settings.DOWNLOAD_MEDIA_DELAY / 20),
0 commit comments