Go to file
MrS0m30n3 da55eac072 Update 'new-locale.py' script to handle 'devscripts' 2017-04-17 19:11:30 +03:00
.github Update ISSUE_TEMPLATE.md 2017-01-30 17:59:02 +02:00
devscripts Update 'new-locale.py' script to handle 'devscripts' 2017-04-17 19:11:30 +03:00
docs Update 'locale_build' directory to new dirs 2017-04-17 18:55:51 +03:00
tests Update 'TestUpdateStats' test case 2017-03-22 22:21:12 +02:00
youtube_dl_gui Reset filenames, extensions & filesizes lists 2017-03-22 23:16:23 +02:00
.gitignore Git: Ignore MO files 2016-12-28 17:48:24 +02:00
AUTHORS Merge fork youtube-dlg/youtube-dl-gui 2016-09-16 14:47:45 +03:00
LICENSE first commit 2014-03-01 19:12:37 +02:00
MANIFEST.in Update 'locale_build' directory to new dirs 2017-04-17 18:55:51 +03:00
README.md Update 'locale_build' directory to new dirs 2017-04-17 18:55:51 +03:00
TODO Update TODO 2017-04-17 17:07:27 +03:00
setup.py Compile PO files at build time 2016-12-28 19:10:35 +02:00

README.md

youtube-dlG

A cross platform front-end GUI of the popular youtube-dl media downloader, written in wxPython. List of supported sites.

Screenshots

Main window

Youtube-dl-gui main window

Options window

Options window

Installation

Linux (from source): sudo python setup.py install

Linux (Ubuntu PPA): http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/ (TODO: update)

Linux (Arch AUR): https://aur.archlinux.org/packages/youtube-dl-gui-git/ (TODO: update)

Windows: TODO Package MSI/portable ZIP

Mac: TODO Package app

Then you can call youtube-dlg from the command line, using the youtube-dl-gui command, or by creating a desktop launcher (TODO)

Contributing

Support for new language: See Localization HOWTO.

Reporting bugs: See Issues.

Requirements

Python 2.7+, wxPython 2.9.1+, twodict, FFMPEG & FFPROBE (optional, to convert video files to audio-only files).

Authors

See AUTHORS file

License

The Public Domain License

Thanks

Thanks to youtube-dl authors for creating such an amazing tool.