aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/postprocessor/xattrpp.py
Commit message (Collapse)AuthorAgeFilesLines
* Create `to_screen` and similar functions in postprocessor/commonpukkandan2021-01-101-4/+4
| | | | | | `to_screen`, `report_warning`, `report_error`, `write_debug`, `get_param` This is a first step in standardizing these function. This has to be done eventually for extractors and downloaders too
* Allow passing different arguments to different postprocessorspukkandan2021-01-081-2/+1
| | | | | | | | | | | * Also deprecated --sponskrub-args Closes: https://github.com/ytdl-org/youtube-dl/issues/27593 Eg: `--postprocessor-args "VideoConvertor:-c:v h264_nvenc -preset slow"` Eg: `--postprocessor-args "SponsKrub:-include-selfpromo"` For backward compatibility, `--postprocessor-args args` is equivalent to: `--post-processor-args "sponskrub:" --post-processor-args "default:args"`
* [skip travis] renamingUnknown2020-09-021-0/+79
to avoid using same folder when using pip install for example