blob: eae137de2bf42cbafd9b30018c80a8a89406e070 (
plain) (
tree)
|
|
# Defined in /tmp/fish.ai34DV/mplayer-yt.fish @ line 2
function mplayer-yt --description 'Play a YouTube video in mplayer'
set url (youtube-dl -g -f 43 --cookies /tmp/cookie-youtube.txt $argv)
mplayer -fs -cookies -cookies-file /tmp/cookie-youtube.txt $url
end
|