mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-11 01:41:26 +01:00
Compare commits
No commits in common. "b1baf9ee9b354684192c0ff064fb4f4010b06a38" and "dd861e25ceced962a4c4c60100202490abfc6f18" have entirely different histories.
b1baf9ee9b
...
dd861e25ce
|
@ -4242,7 +4242,7 @@ class YoutubeDL:
|
|||
self.write_debug(f'Skipping writing {label} thumbnail')
|
||||
return ret
|
||||
|
||||
if thumbnails and not self._ensure_dir_exists(filename):
|
||||
if not self._ensure_dir_exists(filename):
|
||||
return None
|
||||
|
||||
for idx, t in list(enumerate(thumbnails))[::-1]:
|
||||
|
|
Loading…
Reference in New Issue
Block a user