mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-04-03 10:51:05 +02:00
Merge branch 'yt-dlp:master' into split-chapters-metadata-m4a-fix
This commit is contained in:
commit
c29caf1739
@ -4242,7 +4242,7 @@ class YoutubeDL:
|
||||
self.write_debug(f'Skipping writing {label} thumbnail')
|
||||
return ret
|
||||
|
||||
if not self._ensure_dir_exists(filename):
|
||||
if thumbnails and not self._ensure_dir_exists(filename):
|
||||
return None
|
||||
|
||||
for idx, t in list(enumerate(thumbnails))[::-1]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user