-
youtube-viewer
- a command-line interface to YouTube.
-
gtk-youtube-viewer
- a Gtk2 interface to YouTube.
- Arch Linux (community): https://www.archlinux.org/packages/community/any/youtube-viewer/
- Arch Linux (AUR): https://aur.archlinux.org/packages/gtk-youtube-viewer/
- Fedora: https://build.opensuse.org/package/show/home:zhonghuaren/youtube-viewer
- Fresh ports: http://www.freshports.org/multimedia/gtk-youtube-viewer
- Frugalware: http://frugalware.org/packages/203103
- Gentoo: https://packages.gentoo.org/package/net-misc/youtube-viewer
- Puppy Linux: http://www.murga-linux.com/puppy/viewtopic.php?t=76835
- Slackware: http://slackbuilds.org/repository/14.1/multimedia/youtube-viewer/
- Ubuntu/Linux Mint:
sudo add-apt-repository ppa:nilarimogard/webupd8
To install youtube-viewer
, run:
perl Build.PL
sudo ./Build installdeps
sudo ./Build install
To install gtk-youtube-viewer
along with youtube-viewer
, run:
perl Build.PL --gtk
sudo ./Build installdeps
sudo ./Build install
- Gtk2
- File::ShareDir
- + the dependencies required by youtube-viewer.
- Local cache support: LWP::UserAgent::Cached
- Better STDIN support (+ history): Term::ReadLine::Gnu
- Faster JSON deserialization: JSON::XS
- Fixed-width formatting (--fixed-width, -W): Unicode::LineBreak or Text::CharWidth
To package this application, run the following commands:
perl Build.PL --destdir "/my/package/path" --installdirs vendor [--gtk]
./Build test
./Build install --install_path script=/usr/bin
- [EN] YOUTUBE VIEWER: A COMPLETE YOUTUBE CLIENT FOR LINUX [UBUNTU PPA]
- [EN] A YouTube CLI for Mac
- [EN] Gtk Youtube Viewer
- [ES] Este es el mejor cliente de YouTube para Linux
- [ES] YouTube Viewer: busca, reproduce y descarga vídeos de YouTube desde el escritorio
- [GR] YOUTUBE VIEWER: ΤΟ YOUTUBE ΚΥΡΙΟΛΕΚΤΙΚΑ ΣΤΟ DESKTOP ΣΑΣ
- [HU] GTK Youtube Viewer
- [PT] YouTube Viewer: um completo cliente YouTube para Linux
- [RO] youtube-viewer
- [RU] Установить клиент Youtube Viewer в Linux
- [RU] Youtube Viewer / GTK Youtube Viewer
- [EN] Gentoo in Review - youtube-viewer CLI client
- [EN] Youtube-Viewer -- Search and Play Youtube Video - Linux CLI
- [EN] GTK Youtube Viewer : A Complete Youtube Desktop Client For Linux Mint
- [EN] GTK-YouTube Viewer for Puppy Linux
After installing, you can find documentation with the following commands:
man youtube-viewer
perldoc WWW::YoutubeViewer
Copyright (C) 2012-2017 Trizen
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.