diff options
author | trizen <trizen@protonmail.com> | 2020-06-16 00:42:58 +0300 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-16 00:42:58 +0300 |
commit | 38541ff1a88d25a15e1fb558066c27aaa025390b (patch) | |
tree | 3b5dbaf1b371d167c1fd143d794cd5ec6ad02178 | |
parent | fa3d4585fdc3e5cee48db59a561da0eaaeaddb23 (diff) | |
download | fair-viewer-38541ff1a88d25a15e1fb558066c27aaa025390b.tar.lz fair-viewer-38541ff1a88d25a15e1fb558066c27aaa025390b.tar.xz fair-viewer-38541ff1a88d25a15e1fb558066c27aaa025390b.zip |
- Added the `--instance=s` alias for `--api-host=s`, for changing the invidious instance.
-rwxr-xr-x | bin/fair-viewer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer index ebe8dd5..bf9e29e 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -1586,7 +1586,7 @@ sub parse_arguments { 'merge-into-mkv|mkv-merge!' => \$opt{merge_into_mkv}, 'merge-with-captions|merge-captions!' => \$opt{merge_with_captions}, - 'api-host=s' => \$opt{api_host}, + 'api-host|instance=s' => \$opt{api_host}, 'convert-command|convert-cmd=s' => \$opt{convert_cmd}, 'dash-m4a|dash-mp4-audio|dash-mp4a!' => \$opt{dash_mp4_audio}, |