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.

61 lines
1.5 KiB

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