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.

40 lines
837 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. ## REQUIREMENTS
  12. [Python (version 2.7+)](http://www.python.org)
  13. [wxPython](http://wxpython.org)
  14. [FFMPEG & FFPROBE](http://www.ffmpeg.org)
  15. **Optional (In order to conver video files to audio-only files)
  16. ## PROJECT HOMEPAGE
  17. **Youtube-dlG**: https://github.com/MrS0m30n3/youtube-dl-gui
  18. **Youtube-dl**: http://rg3.github.io/youtube-dl/
  19. ## AUTHOR
  20. Sotiris Papadopoulos
  21. email: <ytubedlg@gmail.com>
  22. twitter: https://twitter.com/MrS0m30n3
  23. ## THANKS
  24. Thanks to youtube-dl authors for creating such and amazing tool.