Multiple changes
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
ac5cfa4350
commit
f60c23feaa
10 changed files with 115 additions and 192 deletions
|
@ -12,9 +12,9 @@ if [[ -z $1 ]]; then
|
|||
fi
|
||||
|
||||
if [[ -z $2 ]]; then
|
||||
resolution="source"
|
||||
resolution="best"
|
||||
else
|
||||
resolution="$2"
|
||||
fi
|
||||
|
||||
streamlink "twitch.tv/$1" "$resolution"
|
||||
streamlink -v -l debug "twitch.tv/$1" "$resolution"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue