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
- Host: GitHub
- URL: https://github.com/prajithp/youtube-pl
- Owner: Prajithp
- License: mit
- Created: 2014-03-07T18:49:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T19:34:25.000Z (about 12 years ago)
- Last Synced: 2025-04-08T00:43:35.159Z (about 1 year ago)
- Language: Perl
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```