Stop open-youtube from notifying

This commit is contained in:
Jonathan Hodgson 2020-07-29 17:25:45 +01:00
parent 7f0fc4c46d
commit 4b86f98966

View file

@ -16,7 +16,6 @@ fi
code=$( ( youtube-dl "$url" -F; echo "bb Best of both") | sed -n '/format code/,$ p' | tail -n +2 | $DMENU "Quality " -m | awk '{print $1}')
code="$(echo "$code" | tr '\n' '+' | sed 's/+$//')"
notify-send "$code"
case "$code" in
"bb") mpv "$url" --ytdl-format="bestvideo+bestaudio" ;;