]> jfr.im git - yt-dlp.git/commit
Misc fixes - See desc
authorpukkandan <redacted>
Mon, 9 Aug 2021 12:10:24 +0000 (17:40 +0530)
committerpukkandan <redacted>
Mon, 9 Aug 2021 19:52:55 +0000 (01:22 +0530)
commitad3dc496bbf2e2a574a16244ddde0740778e5daf
treef4eeaf0711946c1181ce1769c33d8ff94c3847cd
parent2831b4686c2436cd151260539e010ce3577911cc
Misc fixes - See desc
* Remove unnecessary uses of _list_from_options_callback
* Fix download tests - Bug from 6e84b21559f586ee4d6affb61688d5c6a0c21221
* Rename ExecAfterDownloadPP to ExecPP and refactor its tests
* Ensure _write_ytdl_file closes file handle on error - Potential fix for #517
test/test_download.py
test/test_postprocessors.py
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/downloader/fragment.py
yt_dlp/options.py
yt_dlp/postprocessor/__init__.py
yt_dlp/postprocessor/exec.py [moved from yt_dlp/postprocessor/execafterdownload.py with 87% similarity]