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