get-flash-videos - Download videos from youtube and others
get-flash-videos is a command line utility that let's you download videos from flash based sites.
To install it on Arch Linux you can use yaourt
First install a dependency.
sudo pacman -Sy git
Then run
yaourt get-flash-videos
Once installed, you may download some videos to test, as an example download this from my youtube page.
get_flash_videos http://www.youtube.com/watch?v=q1wWkNdbqPw
To watch your video you can use vlc
vlc kde-4_Cube.mp4
To install it on Ubuntu or Debian run:
sudo apt-get install libwww-mechanize-perl libxml-simple-perl
wget http://get-flash-videos.googlecode.com/files/get-flash-videos_1.21-1_all...
Or the latest version, see the webpage for the latest version http://get-flash-videos.googlecode.com
Then, install it:
sudo dpkg -i get-flash-videos_1.21-1_all.deb
You can also see more examples at: http://code.google.com/p/get-flash-videos/wiki/UsageExamples


