Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.08k stars 87 forks source link

Add --exec-before and --exec-after options #209

Open splaspood opened 1 month ago

splaspood commented 1 month ago

Adds a pair of additional, optional, parameters --exec-before and --exec-after which both take a path to a local executable that gets run before the download starts, or after it completes respectively. The executable will be passed the completed filename as the first argument with the URL as the second.

Happy to receive any feedback about option naming, parameters, etc!