diff options
author | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-16 10:30:38 +0200 |
---|---|---|
committer | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-16 10:30:38 +0200 |
commit | cd93279de828c0e73a7607f4da9750d572010f59 (patch) | |
tree | 7675a4a77601579afdb6de0f126a67a502727dd3 /devscripts/zsh-completion.in | |
parent | 89233ccbfb508dee433a14d6b6357baac2bcbbae (diff) | |
parent | efe87a10ae57fa74d7aa038109079a17a3c4fad2 (diff) | |
download | hypervideo-pre-cd93279de828c0e73a7607f4da9750d572010f59.tar.lz hypervideo-pre-cd93279de828c0e73a7607f4da9750d572010f59.tar.xz hypervideo-pre-cd93279de828c0e73a7607f4da9750d572010f59.zip |
Merge branch 'ext/remuxe-video' of https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video
Diffstat (limited to 'devscripts/zsh-completion.in')
-rw-r--r-- | devscripts/zsh-completion.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devscripts/zsh-completion.in b/devscripts/zsh-completion.in index bb021862f..2317f41df 100644 --- a/devscripts/zsh-completion.in +++ b/devscripts/zsh-completion.in @@ -16,6 +16,8 @@ __youtube_dlc() { _path_files elif [[ ${prev} =~ ${diropts} ]]; then _path_files -/ + elif [[ ${prev} == "--remux-video" ]]; then + _arguments '*: :(mp4 mkv)' elif [[ ${prev} == "--recode-video" ]]; then _arguments '*: :(mp4 flv ogg webm mkv)' else |