PDA

View Full Version : [ubuntu] How do i download videos that have the dailymotion player???



mr.big_gun
February 17th, 2009, 01:15 AM
i want to download alot of pink floyd videos i found and i cant get them. plz help.

Dark006
February 17th, 2009, 01:23 AM
Start here (http://www.howtogeek.com/howto/linux/saving-flash-videos-in-linux/), this will probably help you.
What I did was made a script for it:


#!/bin/bash
cp /tmp/Fla* ~/Desktop/Flash\ Video

I made it executable and then I made a launcher for it, so anything that is loaded into memory will be saved to your desktop then you can just rename it.

mr.big_gun
February 17th, 2009, 01:30 AM
yea thats what i do for youtube videos but this player doesn't put the video in my tmp
im kinda a newb so what do i do with a script