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.

53 lines
2.2 KiB

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