[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
I don't know if there's much you can do other than trying a different version of flash and/or konqueror. (no tinkering i can help you with anyway.) as an alternative, I can suggest 3 handy ways to download the video. http://vixy.net/ flvget (a kommander script): http://kde-apps.org/content/show.php?content=33973 or this bash script (no i didn't write it for you) which has the advantage of giving it a useful name along the lines of "You Tube - OMG!!! FUNNY KITTENS!!! LOL!!!!1.flv" rather than "f8w3or89jfoio8wd". #!/bin/bash wget -O youtube.html "$@" url=`cat youtube.html | grep -i player2.swf | sed \ 's/^.*\.swf?/www.youtube.com\/get_video?/' | sed 's/\".*//g'` echo $url outfile=`cat youtube.html | grep -i \<title\> | sed 's/^.*<title>//g' | sed \ 's/<\/title>.*$/.flv/g'` wget "$url" -O "$outfile" rm youtube.html just make sure you don't have a file called "youtube.html" you want to keep. On 3/22/07, james kilty <james@xxxxxxxxxxxxxxxxx> wrote: > On Thu, 2007-03-22 at 20:35 +0000, Darren Foster wrote: > > http://www.youtube.com/watch?v=pDc9I3z7ab4 > I see the video for a few frames and get no sound in Konqueror but it > works fine in Firefox. Can you help? > james kilty > http://www.kilty.demon.co.uk > > > -- > 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