Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrS0m30n3/youtube-dl-gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
https://github.com/MrS0m30n3/youtube-dl-gui
cross-platform downloader gui linux pypi python video video-downloader windows wxpython youtube youtube-dl youtube-dl-gui youtube-dlg
Last synced: 3 months ago
JSON representation
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
- Host: GitHub
- URL: https://github.com/MrS0m30n3/youtube-dl-gui
- Owner: MrS0m30n3
- License: unlicense
- Created: 2014-03-01T17:11:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:12:44.000Z (about 2 years ago)
- Last Synced: 2024-10-12T19:41:42.839Z (3 months ago)
- Topics: cross-platform, downloader, gui, linux, pypi, python, video, video-downloader, windows, wxpython, youtube, youtube-dl, youtube-dl-gui, youtube-dlg
- Language: Python
- Homepage:
- Size: 2.22 MB
- Stars: 9,279
- Watchers: 282
- Forks: 1,584
- Open Issues: 197
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - MrS0m30n3/youtube-dl-gui - A cross platform front-end GUI of the popular youtube-dl written in wxPython. (Python)
- awesome-github-repos - MrS0m30n3/youtube-dl-gui - A cross platform front-end GUI of the popular youtube-dl written in wxPython. (Python)
- jimsghstars - MrS0m30n3/youtube-dl-gui - A cross platform front-end GUI of the popular youtube-dl written in wxPython. (Python)
README
[![Donations Badge](https://yourdonation.rocks/images/badge.svg)](https://mrs0m30n3.github.io/youtube-dl-gui/donate.html)
# youtube-dlG
A cross platform front-end GUI of the popular [youtube-dl](https://rg3.github.io/youtube-dl/) media downloader written in wxPython. [Supported sites](https://rg3.github.io/youtube-dl/supportedsites.html)## Screenshots
![youtube-dl-gui main window](https://raw.githubusercontent.com/MrS0m30n3/youtube-dl-gui/gh-pages/images/ydlg_ui.gif)## Requirements
* [Python 2.7.3+](https://www.python.org/downloads)
* [wxPython 3](https://wxpython.org/download.php)
* [TwoDict](https://pypi.python.org/pypi/twodict)
* [GNU gettext](https://www.gnu.org/software/gettext/) (to build the package)
* [FFmpeg](https://ffmpeg.org/download.html) (optional, to post process video files)## Downloads
* [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.zip)
* [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.tar.gz)
* [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.4)
* [Ubuntu PPA](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/)
* [Arch AUR](https://aur.archlinux.org/packages/youtube-dl-gui-git/)
* [Slackware SlackBuild](https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/)
* [openSUSE](https://software.opensuse.org/package/youtube-dl-gui)
* [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-setup.zip)
* [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-portable.zip)## Installation
### Install From Source
1. Download & extract the source
2. Change directory into *youtube-dl-gui-0.4*
3. Run `python setup.py install`### Install PyPi
1. Run `pip install youtube-dlg`### Install Windows Installer
1. Download & extract the Windows installer
2. Run the `setup.exe` file## Contributing
* **Add support for new language:** See [localization howto](docs/localization_howto.md)
* **Report a bug:** See [issues](https://github.com/MrS0m30n3/youtube-dl-gui/issues)## Authors
See [AUTHORS](AUTHORS) file## License
The [Public Domain License](LICENSE)## Frequently Asked Questions
See [FAQs](docs/faqs.md) file## Thanks
Thanks to everyone who contributed to this project and to [@philipzae](https://github.com/philipzae) for designing the new UI layout.