Is there any chance you could add an option to forward a youtube link to the media player? Sometimes I get links via chat and youtube's heavier than cuteTube on the CPU. Thanks
I'd like to point out PaulFertser's script, which streams videos from youtube and plays them with mplayer /usr/bin/ytstream: Code: mplayer -cache 2048 "`youtube-dl -f 18 -g $1`" chmod +x it, then ytstream youtubelinkhere
mplayer -cache 2048 "`youtube-dl -f 18 -g $1`"