Skip to content

Commit

Permalink
[CI] auto update yt_dlp to upstream commit a40e0b37dfc8c26916b0e01aa3…
Browse files Browse the repository at this point in the history
…f29f3bc42250b6
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent fefde20 commit 12ea2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/yt_dlp/YoutubeDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -4242,7 +4242,7 @@ def _write_thumbnails(self, label, info_dict, filename, thumb_filename_base=None
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]:
Expand Down
2 changes: 1 addition & 1 deletion lib/yt_dlp_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e38e2ae9d7380015349e6aee59c78bb3938befd
a40e0b37dfc8c26916b0e01aa3f29f3bc42250b6

0 comments on commit 12ea2ed

Please sign in to comment.