My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 02 (6 days ago) by monsieurvideo
Labels: Featured, Phase-Deploy
Installation  
How to install get_flash_videos

Requirements

Basic requirements:

Optional requirements (for support for certain sites):

Various operating systems

Debian / Ubuntu packaged version

Run the following commands in a terminal, this installs it system-wide.

 sudo apt-get install libwww-mechanize-perl libxml-simple-perl
 wget http://get-flash-videos.googlecode.com/files/get-flash-videos_1.18-1_all.deb
 sudo dpkg -i get-flash-videos_1.18-1_all.deb

Then, to download something:

 get_flash_videos url..

See UsageExamples for more.

Other Linux/Unix-like OS

Install the Perl modules WWW::Mechanize (required) and XML::Simple (required for some sites). Preferably install the packaged versions of these provided by your distribution. If you can't, install the modules off CPAN - see the perlmodinstall documentation for more information.

Then run the following commands in a terminal, this installs get-flash-videos system-wide.

 sudo wget http://get-flash-videos.googlecode.com/files/get_flash_videos-1.18 -O /usr/local/bin/get_flash_videos
 sudo chmod a+x /usr/local/bin/get_flash_videos

Then, to download something:

 get_flash_videos url..

See UsageExamples for more.

Windows

Install ActivePerl, making sure you tell the installer to add perl's bin directory to your PATH.

Install the Perl modules WWW::Mechanize (required) and XML::Simple (required for some sites). You can install these using ActivePerl's PPM tool.

Save get-flash-videos somewhere on your hard disk, for example c:\flash.

Then, to download something:

 Start -> Run -> cmd
 perl c:/flash/get_flash_videos url

We haven't tested rtmpdump on win32.

OSX

Run the following commands in a terminal, this installs it in your home directory.

 curl -o get_flash_videos http://get-flash-videos.googlecode.com/files/combined-get_flash_videos-1.18
 chmod a+x get_flash_videos

Then, to download something:

 ./get_flash_videos url..

See UsageExamples for more.

Note you may also need to install the Perl modules XML::Simple and Data::AMF for support for some sites.

rtmpdump

get_flash_videos can download videos from servers over RTMP, this needs rtmpdump. You can get a copy of rtmpdump from here, or from http://rtmpdump.mplayerhq.hu. If you compile it or use an unpackaged version you should copy this to somewhere on your PATH (e.g. /usr/local/bin).

Using get_flash_videos

See the manpage for details on how to use get_flash_videos.


Comment by waffle911, May 12, 2009

When you have "url" in the example commands, it should be more specific, such as "http://www.example.com/directory/videos/flash" etc. or add a note outside the example saying to replace "url" with the desired address or whatever. Do you mean to replace "url" with an actual URL address or are we supposed to use some special syntax when referring to the URL or what? Make it more clear for the command-line inept.

Comment by monsieurvideo, May 25, 2009

I've added a link to a usage examples section, but yes it should just be the URL.

Comment by trentase...@gmail.com, Aug 18, 2009

finally! i have been looking for this for 1 year! i don't want to use firefox :)

thanks. keep it updated ^^

Comment by monsieurvideo, Oct 22, 2009

There is no notification of new comments here, therefore if you would like a response please use the mailing list: http://groups.google.com/group/get-flash-videos/


Sign in to add a comment
Hosted by Google Code