App-get_flash_videos

 view release on metacpan or  search on metacpan

doc/get_flash_videos.pod  view on Meta::CPAN


Play a video (may prompt for filename still, override with I<-y>):

    get_flash_videos -p http://some.site/video 

Download a video (note quotes are required for URLs with special characters
like C<&> in):

    get_flash_videos "http://some.site/video?f=1&v=1234" 

Play the URL on the clipboard (UNIX):

    xclip -o | xargs get_flash_videos -y -p 

Play the URL on the clipboard (OSX):

    pbpaste | xargs get_flash_videos -y -p 

(Note if there is text on the clipboard rather than a URL above then
get_flash_videos will search for it).

Play the first video matching "Open Source":

    get_flash_videos -y -p Open Source 

=head1 BUGS

Third party sites are a moving target therefore it is possible support for some
of the sites may not work correctly. First check that you are using the latest



( run in 1.830 second using v1.01-cache-2.11-cpan-df04353d9ac )