]> jfr.im git - yt-dlp.git/commit
Fix and refactor `prepare_outtmpl`
authorpukkandan <redacted>
Thu, 3 Jun 2021 18:00:38 +0000 (23:30 +0530)
committerpukkandan <redacted>
Sat, 5 Jun 2021 19:29:04 +0000 (00:59 +0530)
commit752cda3880f30a46bed1d27b69188ab93ad1a368
tree1a6bc38ff775f70f4723be63d6f635f6781d38d6
parent9d83ad93d04a1e16fe4a2acadf5f9f10bef6d1b9
Fix and refactor `prepare_outtmpl`

The following tests would have failed previously:
%(id)d %(id)r
%(ext)s-%(ext|def)d
%(width|)d
%(id)r %(height)r
%(formats.0)r
%s
test/test_YoutubeDL.py
test/test_postprocessors.py
yt_dlp/YoutubeDL.py
yt_dlp/postprocessor/execafterdownload.py
yt_dlp/postprocessor/metadatafromfield.py
yt_dlp/utils.py