aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor (See desc)pukkandan2021-03-141-2/+10
| | | | | | * Create `FFmpegPostProcessor.real_run_ffmpeg` that can accept multiple input/output files along with switches for each * Rewrite `cli_configuration_args` and related functions * Create `YoutubeDL._ensure_dir_exists` - this was previously defined in multiple places
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+101
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan