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.
writethumbnail
embed_thumbnail
1 parent 8d89cc0 commit 749fb13Copy full SHA for 749fb13
tubesync/sync/youtube.py
@@ -242,7 +242,7 @@ def download_media(
242
'writesubtitles': write_subtitles,
243
'writeautomaticsub': auto_subtitles,
244
'subtitleslangs': sub_langs.split(','),
245
- 'writethumbnail': True,
+ 'writethumbnail': embed_thumbnail,
246
'check_formats': False,
247
'overwrites': None,
248
'sleep_interval': 10 + int(settings.DOWNLOAD_MEDIA_DELAY / 20),
0 commit comments