App-get_flash_videos

 view release on metacpan or  search on metacpan

doc/get_flash_videos.pod  view on Meta::CPAN

with an extension of 'srt'.

=item I<-q>, I<--quiet>

Be quiet, only print errors.

=item I<-u>, I<--update>

Check the I<get-flash-videos> website for a newer version. If a newer version is
available download it and replace the running version with it. You will need to
run this as a user with permission to write to the location of the
F<get_flash_videos> program. If you installed using a packaging system it is
recommended to use that to upgrade, not this option.

=item I<-v>, I<--version>

Print the version of B<get_flash_videos>.

=item I<-y>, I<--yes>

Do not prompt with any questions, just say 'yes'. This means either literally
yes, or the default or first option if choosing from a list.

=item I<--add-plugin=C<URL>>

Add an external plugin from a specified URL or local file.

=back

=head1 CONFIGURATION

On startup B<get_flash_videos> will read the configuration files located at
F</etc/get_flash_videosrc> and then F<~/.get_flash_videosrc>.

The files follow a simple C<name = value> convention where the name matches the
long version of the command line options. For example if you want to specify the
default player, to always say yes and to always run the player the file might
look like:

  player = my-video-player %s 2>/dev/null; rm -f %s
  yes

  # Always play the video
  play

Options given on the command line will override these options, with the
exception that it is not currently possible to disable an option enabled in the
configuration file from the command line.

=head1 EXAMPLES

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
version.

If you wish to see open bugs or report a bug visit
L<http://code.google.com/p/get-flash-videos/issues/list>.

=head1 HACKING

If you'd like to change or improve B<get-flash-videos> (for example adding
support for another site), please see the project wiki where there's an
overview to help you get started, and a detailed tutorial on adding support
for a new site:
L<http://code.google.com/p/get-flash-videos/w/list>.

=head1 COPYRIGHT

Copyright 2009, zakflash and MonsieurVideo

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain a
copy of the License at
L<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.

Contributions are welcome and encouraged, but please take care to
maintain the JustWorks(tm) nature of the program.



( run in 2.995 seconds using v1.01-cache-2.11-cpan-81fc1098f69 )