Re: how to download videos

2010-06-17 Thread Parshwa Murdia
> Also you can use: > > 1. Firefox extension: > https://addons.mozilla.org/en-US/firefox/addon/3006/?src=api > > 2. CLI : youtube-dl URL > > to install: yum install youtube-dl > yes, it works. > If you can find the address of the media file that's actually played, > rather than just the media

Re: how to download videos

2010-06-17 Thread Athmane Madjoudj
On 06/17/2010 11:02 AM, Abu Attar Musharih wrote: > I do not use any special software for downloading video, especially > from youtube. > I am using Firefox and directly save the watched video from the /tmp/ > directory. >> ls /tmp/Flash* >> cp /tmp/Flashxx ~/filename.flv > > This might not a

Re: how to download videos

2010-06-17 Thread Abu Attar Musharih
I do not use any special software for downloading video, especially from youtube. I am using Firefox and directly save the watched video from the /tmp/ directory. > ls /tmp/Flash* > cp /tmp/Flashxx ~/filename.flv This might not answer the question, but if the concern is to save the watched v

Re: how to download videos

2010-06-16 Thread JD
On 06/16/2010 11:38 PM, Tim wrote: > On Wed, 2010-06-16 at 21:22 +0530, Parshwa Murdia wrote: > >> that's correct, but if it possible to get /download that video from >> the terminal? like by typing the URL containing the video or fetch >> video id. or something like that and than downloading

Re: how to download videos

2010-06-16 Thread Tim
On Wed, 2010-06-16 at 21:22 +0530, Parshwa Murdia wrote: > that's correct, but if it possible to get /download that video from > the terminal? like by typing the URL containing the video or fetch > video id. or something like that and than downloading, though GUI > downloader plugin does that. If

Re: how to download videos

2010-06-16 Thread Genes MailLists
On 06/16/2010 11:52 AM, Parshwa Murdia wrote: > that's correct, but if it possible to get /download that video from the > terminal? like by typing the URL containing the video or fetch video id. > or something like that and than downloading, though GUI downloader > plugin does that. > > thx tim.

Re: how to download videos

2010-06-16 Thread Parshwa Murdia
> There are "download helper" plug-ins that you can install in the Firefox > web browser, and for other browsers, too, that let you save content from > some sites, such as YouTube. There's one that's actually called > "DownloadHelper" which does that, as well as offering to convert > downloaded me

Re: Amazing problem of /boot AND how to download videos

2010-06-16 Thread Bruno Wolff III
ave been better to start a new message/thread with > > "How to download videos" as the Subject. > > Likewise with the "disabling CTRL-ALT-DEL" issue. Someone's bound to > already have the answer to that one, but I'm only making educated > guesse

Re: Amazing problem of /boot AND how to download videos

2010-06-16 Thread Tim
On Wed, 2010-06-16 at 20:58 +0800, Ed Greshko wrote: > I think I would also make the point that it isn't a good idea to > starting adding additional questions/issues into an existing thread. > I feel it would have been better to start a new message/thread with > "How to d

Re: Amazing problem of /boot AND how to download videos

2010-06-16 Thread Ed Greshko
es. The list guidelines (a link to them is below in the > list signature), explains more about this. > I think I would also make the point that it isn't a good idea to starting adding additional questions/issues into an existing thread. I feel it would have been better to start a ne

Re: Amazing problem of /boot AND how to download videos

2010-06-16 Thread Tim
On Wed, 2010-06-16 at 14:40 +0530, Parshwa Murdia wrote: > my etc/event.d/control-alt-delete file (fc11) is like that: > > # control-alt-delete - emergency keypress handling > # > # This task is run whenever the Control-Alt-Delete key combination is > # pressed. Usually used to shut down the mac

Re: Amazing problem of /boot AND how to download videos

2010-06-16 Thread Parshwa Murdia
(1). my etc/event.d/control-alt-delete file (fc11) is like that: # control-alt-delete - emergency keypress handling # # This task is run whenever the Control-Alt-Delete key combination is # pressed. Usually used to shut down the machine. start on control-alt-delete exec /sbin/shutdown -r now "