]> jfr.im git - yt-dlp.git/commit - .gitignore
[embedthumbnail] Correctly escape filename
authorpukkandan <redacted>
Fri, 28 May 2021 20:09:07 +0000 (01:39 +0530)
committerpukkandan <redacted>
Fri, 28 May 2021 21:01:14 +0000 (02:31 +0530)
commit337e0c62f894722e9c268b14d02a85b84c96024d
tree6a46a51907f04d56658595dee93160efa2b10d17
parent885cc0b75c3ef3ef46fa476746bd34381fd9446d
[embedthumbnail] Correctly escape filename

Closes #352
The approach in [1] is faulty as can be seen in the test cases
1. https://github.com/ytdl-org/youtube-dl/commit/bff857a8af696e701482208617bf0b7564951326
.gitignore
test/test_postprocessors.py
test/testdata/thumbnails/foo %d bar/foo_%d.webp [new file with mode: 0644]
yt_dlp/postprocessor/embedthumbnail.py
yt_dlp/postprocessor/ffmpeg.py