curl be silent!
This commit is contained in:
parent
cf1f9997e5
commit
a034d3e2f8
|
@ -14,7 +14,7 @@ while read -r line; do
|
|||
done
|
||||
break;
|
||||
fi
|
||||
done < <(curl -A "$USER_AGENT" "$URL")
|
||||
done < <(curl -s -A "$USER_AGENT" "$URL")
|
||||
|
||||
echo "Playlist: $PLAYLIST"
|
||||
|
||||
|
@ -34,4 +34,4 @@ while read -r line; do
|
|||
RESOLUTION=""
|
||||
URL=""
|
||||
fi
|
||||
done < <(curl -A "$USER_AGENT" "$PLAYLIST")
|
||||
done < <(curl -s -A "$USER_AGENT" "$PLAYLIST")
|
||||
|
|
Loading…
Reference in a new issue