Stop open-youtube from notifying

Jonathan Hodgson 4 years ago
parent c94b076963
commit 03b960baa4
  1. 1
      bin/.bin/dmenu/open-youtube

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

Loading…
Cancel
Save