View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#272
Originally Posted by MohammadAG View Post
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
Wouldn't it be easier to use the youtube-dl/ytstream script for something like that?

Originally Posted by MohammadAG View Post
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
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub