Youtube: Play video in mplayer
Threw together a script to play youtube videos in mplayer from the browser. This was inspired by the shittiness of youtube. Requires youtube-dl #!/bin/bash mplayer -fs $(youtube-dl -g "$1") Then calling the script with this extension https://chrome.google.com/webstore/detail/open-with-external-applic/hccmhjmmfdfncbfpogafcbpaebclgjcp
Threw together a script to play youtube videos in mplayer from the browser. This was inspired by the shittiness of youtube. Requires youtube-dl #!/bin/bash mplayer -fs $(youtube-dl -g "$1") Then calling the script with this extension https://chrome.google.com/webstore/detail/open-with-external-applic/hccmhjmmfdfncbfpogafcbpaebclgjcp