Добавить
Уведомления

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

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

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

, чтобы оставлять комментарии