aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/execafterdownload.py
Commit message (Collapse)AuthorAgeFilesLines
* Expand and escape environment variables correctly in outtmplpukkandan2021-07-291-1/+1
| | | | Fixes: https://www.reddit.com/r/youtubedl/comments/otfmq3/ytdlp_same_parameters_different_results
* Add option `--exec-before-download`pukkandan2021-07-191-1/+2
| | | | Closes #530
* Fix and refactor `prepare_outtmpl`pukkandan2021-06-061-10/+8
| | | | | | | | | | 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
* Improve output template internal formattingpukkandan2021-05-061-1/+1
| | | | | | | * Allow slicing lists/strings using `field.start:end:step` * A field can also be used as offset like `field1+num+field2` * A default value can be given using `field|default` * Capture all format strings and set it to `None` if invalid. This prevents invalid fields from causing errors
* [Exec] Ensure backward compatibility when the command contains `%`pukkandan2021-04-161-10/+14
|
* Pass any field to `--exec` using similar syntax to output templatepukkandan2021-04-111-7/+8
| | | | Related: https://github.com/ytdl-org/youtube-dl/issues/28642
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+36
* 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