Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
- Added the --instance=s alias for --api-host=s, for changing the…
Browse files Browse the repository at this point in the history
… invidious instance.
  • Loading branch information
trizen committed Jun 15, 2020
1 parent cf335f1 commit cf0a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/straw-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,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},
Expand Down

0 comments on commit cf0a327

Please sign in to comment.