hasomaso |
02-18-2012 04:04 PM |
Re: mplayer question
Quote:
Originally Posted by bat999
(Post 40480)
Hi
There is a mPlayer solution.
For Windows
use "youtube-dl.exe 2011.10.19" from here ----> http://www.himili.com/blog/downloads...eo-downloader/
Pipe it throught mPlayer.
Something like this:-
Code:
youtube-dl.exe -f 18 "http://www.youtube.com/watch?v=jE80W5xYbTI" -o - | mplayer.exe -cache 1024 -
youtube-dl is a command line downloader program originally written for Linux.
Use "youtube-dl --help" for more info.

|
hello bat999
exactly what i was looking for, you're awesome
thanks :eek:
|