An open API service indexing awesome lists of open source software.

https://github.com/prajithp/youtube-pl

a simple Perl GTK2 based Youtube downloader
https://github.com/prajithp/youtube-pl

Last synced: 10 months ago
JSON representation

a simple Perl GTK2 based Youtube downloader

Awesome Lists containing this project

README

          

Youtube-PL
==========

Youtube-PL is a GUI utility to download YouTube videos written in pure perl.

In case you are interested in implementing new features or extending it further, please feel free to do it.

#####Requirements:

* perl 5+
* LWP::UserAgent
* URI
* Carp # core module
* Gtk2
* Glib

On Ubuntu, both Gtk2 and Glib packages can be installed directly from the universal repo using the following command:

```
apt-get install libglib-perl libgtk2-perl libgtk2-perl-doc libpango-perl liblwp-protocol-https-perl
```