Add option --exec-before-download

Closes #530
This commit is contained in:
pukkandan
2021-07-19 23:26:22 +05:30
parent 8d9b902243
commit 5520aa2dc9
4 changed files with 15 additions and 1 deletions

View File

@@ -773,6 +773,8 @@ Then simply run `make`. You can also run `make yt-dlp` instead to compile only t
downloaded file is also available. If no
fields are passed, "%(filepath)s" is
appended to the end of the command
--exec-before-download CMD Execute a command before the actual
download. The syntax is the same as --exec
--convert-subs FORMAT Convert the subtitles to another format
(currently supported: srt|vtt|ass|lrc)
(Alias: --convert-subtitles)