D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] Sucking YouTube Video

 

I wrote a script for dailymotion, if that helps, but not sure if it still works.

I also use video downloader (firefox plugin) so you could try that?

Script for dailymotion...

echo "Enter short url e.g. http://www.dailymotion.com/swf/5NGp71hKqzb6I2SqZ";
read m
wget $(curl `echo $m` -v 2>&1 | grep Location | sed -e "s/^.*url=http/http/" -e
"s/\&previewURL.*$//" -e "s/\%3A/\:/g" -e "s/\%2F/\//g" -e "s/\%3D/=/g" -e "s/%3
F/\?/g" -e "s/%26/\&/g")



On 10/20/07, Simon Waters <simon@xxxxxxxxxxxxxx> wrote:
> Neil Stone wrote:
> >
> > There's actually a newer version than I currently have..
> >
> > http://www.kde-apps.org/content/show.php?content=33973
>
> Sounds good.
>
> There is also youtube-dl and clive according to the ever knowledgeable
> "apt-cache search youtube", which are less featured, but may be already
> packaged if FLVGET isn't appropriate, or too much work.
>
>
> --
> The Mailing List for the Devon & Cornwall LUG
> http://mailman.dclug.org.uk/listinfo/list
> FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html
>
>
>

-- 
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html