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.

44 lines
644 B

10 years ago
  1. NAME
  2. ====
  3. youtube-dlG - GUI for youtube-dl
  4. DESCRIPTION
  5. ===========
  6. A cross platform front-end GUI of the popular youtube-dl
  7. written in Python.
  8. REQUIREMENTS
  9. ============
  10. Python (version 2.7 or 3.3+)
  11. http://www.python.org/
  12. wxPython
  13. http://wxpython.org
  14. ** Optional (In order to convert video files to audio-only files)
  15. FFMPEG & FFPROBE
  16. http://www.ffmpeg.org
  17. PROJECT HOMEPAGE
  18. ================
  19. Youtube-dlG: https://github.com/MrS0m30n3/youtube-dl-gui
  20. Youtube-dl: http://rg3.github.io/youtube-dl/
  21. AUTHOR
  22. ======
  23. Sotiris Papadopoulos <ytubedlg@gmail.com>
  24. THANKS
  25. ======
  26. Thanks to youtube-dl authors for creating such and amazing tool.