diff options
author | trizen <trizen@protonmail.com> | 2020-09-06 11:18:24 +0300 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-14 10:54:53 -0500 |
commit | a2ce13749b09345ee6e18c8f09ff2242f0fa9078 (patch) | |
tree | 81c2c0723bf106ab850f0e35949f1cc890f8b4f0 /bin/fair-viewer | |
parent | 185bc58f0d53dcf16255d5c206758c1aedf623ba (diff) | |
download | fair-viewer-a2ce13749b09345ee6e18c8f09ff2242f0fa9078.tar.lz fair-viewer-a2ce13749b09345ee6e18c8f09ff2242f0fa9078.tar.xz fair-viewer-a2ce13749b09345ee6e18c8f09ff2242f0fa9078.zip |
Documented `--api=auto`.
Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'bin/fair-viewer')
-rwxr-xr-x | bin/fair-viewer | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer index 4fce8e3..6907290 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -791,7 +791,8 @@ usage: $execname [options] ([url] | [keywords]) --use-colors! : enable or disable the ANSI colors for text * Other - --api-host=s : set an API host from https://instances.invidio.us/ + --api=s : set an API host from https://instances.invidio.us/ + --api=auto : use a random instance of invidious --proxy=s : set HTTP(S)/SOCKS proxy: 'proto://domain.tld:port/' If authentication required, use 'proto://user:pass\@domain.tld:port/' |