aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/exec.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Add deprecation warningspukkandan2021-11-291-2/+7
|
* Misc fixes - See descpukkandan2021-08-101-0/+42
* 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