Go to file
MrS0m30n3 5e349234a8 Git: Ignore MO files 2016-12-28 17:48:24 +02:00
.github Create ISSUE_TEMPLATE.md 2016-09-16 18:22:41 +03:00
locale_build update_locales.sh use fuzzy 2015-07-02 16:05:43 +03:00
tests Calculate size of post process output file 2016-12-23 01:04:10 +02:00
youtube_dl_gui Untrack MO files 2016-12-28 17:43:24 +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 Do not include MO files in source distribution 2016-12-28 17:44:47 +02:00
README.md update wxPython version requirement 2016-11-17 22:32:51 +04:00
TODO Update TODO 2016-12-28 17:46:48 +02:00
setup.py Change __packagename__ to 'str' 2016-12-18 14:06:56 +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.