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.

56 lines
1.3 KiB

10 years ago
9 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. ## ADD SUPPORT FOR NEW LANGUAGE
  20. See https://github.com/MrS0m30n3/youtube-dl-gui/blob/master/locale_build/HOWTO.md
  21. ## REQUIREMENTS
  22. [Python (version 2.7+)](http://www.python.org)
  23. [wxPython](http://wxpython.org)
  24. [FFMPEG & FFPROBE](http://www.ffmpeg.org)
  25. **Optional (In order to conver video files to audio-only files)
  26. ## PROJECT HOMEPAGE
  27. **Youtube-dlG**: http://mrs0m30n3.github.io/youtube-dl-gui/
  28. **Youtube-dl**: http://rg3.github.io/youtube-dl/
  29. ## AUTHOR
  30. Sotiris Papadopoulos
  31. email: <ytubedlg@gmail.com>
  32. twitter: https://twitter.com/MrS0m30n3
  33. ## THANKS
  34. Thanks to youtube-dl authors for creating such and amazing tool.