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.

59 lines
1.4 KiB

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