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/fish-completion.py | |
parent | 89233ccbfb508dee433a14d6b6357baac2bcbbae (diff) | |
parent | efe87a10ae57fa74d7aa038109079a17a3c4fad2 (diff) |
Merge branch 'ext/remuxe-video' of https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video
Diffstat (limited to 'devscripts/fish-completion.py')
-rwxr-xr-x | devscripts/fish-completion.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/fish-completion.py b/devscripts/fish-completion.py index a27ef44f8..be65f4340 100755 --- a/devscripts/fish-completion.py +++ b/devscripts/fish-completion.py @@ -14,6 +14,7 @@ FISH_COMPLETION_FILE = 'youtube-dlc.fish' FISH_COMPLETION_TEMPLATE = 'devscripts/fish-completion.in' EXTRA_ARGS = { + 'remux-video': ['--arguments', 'mp4 mkv', '--exclusive'], 'recode-video': ['--arguments', 'mp4 flv ogg webm mkv', '--exclusive'], # Options that need a file parameter |