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.

55 lines
2.3 KiB

6 years ago
7 years ago
7 years ago
  1. [![Donations Badge](https://yourdonation.rocks/images/badge.svg)](https://mrs0m30n3.github.io/youtube-dl-gui/donate.html)
  2. # youtube-dlG
  3. A cross platform front-end GUI of the popular [youtube-dl](https://rg3.github.io/youtube-dl/) media downloader written in wxPython. [Supported sites](https://rg3.github.io/youtube-dl/supportedsites.html)
  4. ## Screenshots
  5. ![youtube-dl-gui main window](https://raw.githubusercontent.com/MrS0m30n3/youtube-dl-gui/gh-pages/images/ydlg_ui.gif)
  6. ## Requirements
  7. * [Python 2.7.3+](https://www.python.org/downloads)
  8. * [wxPython 3](https://wxpython.org/download.php)
  9. * [TwoDict](https://pypi.python.org/pypi/twodict)
  10. * [GNU gettext](https://www.gnu.org/software/gettext/) (to build the package)
  11. * [FFmpeg](https://ffmpeg.org/download.html) (optional, to post process video files)
  12. ## Downloads
  13. * [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.zip)
  14. * [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.tar.gz)
  15. * [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.4)
  16. * [Ubuntu PPA](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/)
  17. * [Arch AUR](https://aur.archlinux.org/packages/youtube-dl-gui-git/)
  18. * [Slackware SlackBuild](https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/)
  19. * [openSUSE](https://software.opensuse.org/package/youtube-dl-gui)
  20. * [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-setup.zip)
  21. * [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-portable.zip)
  22. ## Installation
  23. ### Install From Source
  24. 1. Download & extract the source
  25. 2. Change directory into *youtube-dl-gui-0.4*
  26. 3. Run `python setup.py install`
  27. ### Install PyPi
  28. 1. Run `pip install youtube-dlg`
  29. ### Install Windows Installer
  30. 1. Download & extract the Windows installer
  31. 2. Run the `setup.exe` file
  32. ## Contributing
  33. * **Add support for new language:** See [localization howto](docs/localization_howto.md)
  34. * **Report a bug:** See [issues](https://github.com/MrS0m30n3/youtube-dl-gui/issues)
  35. ## Authors
  36. See [AUTHORS](AUTHORS) file
  37. ## License
  38. The [Public Domain License](LICENSE)
  39. ## Frequently Asked Questions
  40. See [FAQs](docs/faqs.md) file
  41. ## Thanks
  42. Thanks to everyone who contributed to this project and to [@philipzae](https://github.com/philipzae) for designing the new UI layout.