Multiple changes

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-09 23:35:23 +01:00
parent ac5cfa4350
commit f60c23feaa
10 changed files with 115 additions and 192 deletions

View file

@ -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"