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.

45 lines
1011 B

10 years ago
  1. ## NAME
  2. youtube-dlG - GUI for youtube-dl
  3. ## DESCRIPTION
  4. A cross platform front-end GUI of the popular youtube-dl
  5. written in wxPython.
  6. ## SCREENSHOT
  7. ![Youtube-dl-gui main window](http://i.imgur.com/I4oXPWs.png)
  8. ![Options window](http://i.imgur.com/eShdoLD.png)
  9. ## WINDOWS_SETUP
  10. http://code.google.com/p/youtube-dlg/
  11. ## LINUX_PACKAGES
  12. **Ubuntu**: http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/
  13. **Arch**: https://aur.archlinux.org/packages/youtube-dl-gui-git/
  14. ## REQUIREMENTS
  15. [Python (version 2.7+)](http://www.python.org)
  16. [wxPython](http://wxpython.org)
  17. [FFMPEG & FFPROBE](http://www.ffmpeg.org)
  18. **Optional (In order to conver video files to audio-only files)
  19. ## PROJECT HOMEPAGE
  20. **Youtube-dlG**: http://mrs0m30n3.github.io/youtube-dl-gui/
  21. **Youtube-dl**: http://rg3.github.io/youtube-dl/
  22. ## AUTHOR
  23. Sotiris Papadopoulos
  24. email: <ytubedlg@gmail.com>
  25. twitter: https://twitter.com/MrS0m30n3
  26. ## THANKS
  27. Thanks to youtube-dl authors for creating such and amazing tool.