You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
MrS0m30n3 a1c991fa0e Merge pull request #154 from memnoth/new_layout 7 years ago
.github Update ISSUE_TEMPLATE.md 7 years ago
locale_build Update localization HOWTO 7 years ago
tests Calculate size of post process output file 7 years ago
youtube_dl_gui Edit *.po of Korean translation 7 years ago
.gitignore Git: Ignore MO files 7 years ago
AUTHORS Merge fork youtube-dlg/youtube-dl-gui 8 years ago
LICENSE first commit 10 years ago
MANIFEST.in Second attempt to remove MO files from source distribution 7 years ago
README.md update wxPython version requirement 7 years ago
TODO Update TODO file 7 years ago
setup.py Compile PO files at build time 7 years ago

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.