Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created July 8, 2017 13:50
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/620df6760f67b9d7d372cd2d8f0e7657 to your computer and use it in GitHub Desktop.
Save obfusk/620df6760f67b9d7d372cd2d8f0e7657 to your computer and use it in GitHub Desktop.
play video using youtube-dl and mpv
[Desktop Entry]
Name=play video using youtube-dl and mpv
Exec=bash -c 'mpv "$(youtube-dl -f best -g -- "$(zenity --entry --text "URL")")"'
Icon=mpv
Terminal=false
StartupNotify=false
Type=Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment