Created
July 8, 2017 13:50
-
-
Save obfusk/620df6760f67b9d7d372cd2d8f0e7657 to your computer and use it in GitHub Desktop.
play video using youtube-dl and mpv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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