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
1.2 KiB

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. ## INSTALLATION
  10. **Linux**: sudo python setup.py install
  11. Then you can call youtube-dlg from the command line
  12. using "youtube-dl-gui" command or by creating a desktop launcher
  13. **Windows**: Check WINDOWS_SETUP
  14. ## WINDOWS_SETUP
  15. http://code.google.com/p/youtube-dlg/
  16. ## LINUX_PACKAGES
  17. **Ubuntu**: http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/
  18. **Arch**: https://aur.archlinux.org/packages/youtube-dl-gui-git/
  19. ## REQUIREMENTS
  20. [Python (version 2.7+)](http://www.python.org)
  21. [wxPython](http://wxpython.org)
  22. [FFMPEG & FFPROBE](http://www.ffmpeg.org)
  23. **Optional (In order to conver video files to audio-only files)
  24. ## PROJECT HOMEPAGE
  25. **Youtube-dlG**: http://mrs0m30n3.github.io/youtube-dl-gui/
  26. **Youtube-dl**: http://rg3.github.io/youtube-dl/
  27. ## AUTHOR
  28. Sotiris Papadopoulos
  29. email: <ytubedlg@gmail.com>
  30. twitter: https://twitter.com/MrS0m30n3
  31. ## THANKS
  32. Thanks to youtube-dl authors for creating such and amazing tool.