/youtube-viewer

A lightweight application for searching and streaming videos from YouTube.

Primary LanguagePerl

youtube-viewer

INSTALLATION

To install this application, run the following commands:

    perl Build.PL
    ./Build installdeps
    ./Build test
    sudo ./Build install

PACKAGING

To package this application, run the following commands:

    perl Build.PL --destdir "/my/package/path" --installdirs vendor
    ./Build test
    ./Build install --install_path script=/usr/bin

gtk-youtube-viewer

To install GTK Youtube Viewer, run Build.PL with the --gtk-youtube-viewer argument.

    perl Build.PL --gtk-youtube-viewer

or:

    perl Build.PL --destdir "/my/path" --installdirs vendor --gtk-youtube-viewer

AVAILABILITY

REVIEWS

VIDEO REVIEWS

SUPPORT AND DOCUMENTATION

After installing, you can find documentation with the following commands:

man youtube-viewer
perldoc WWW::YoutubeViewer

LICENSE AND COPYRIGHT

Copyright (C) 2012-2015 Daniel "Trizen" Șuteu

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.