Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keelerm84/youtube-dl-gui
A C++ GUI interface to the CL tool youtube-dl
https://github.com/keelerm84/youtube-dl-gui
Last synced: 17 days ago
JSON representation
A C++ GUI interface to the CL tool youtube-dl
- Host: GitHub
- URL: https://github.com/keelerm84/youtube-dl-gui
- Owner: keelerm84
- Created: 2012-12-23T09:00:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-05T10:29:20.000Z (over 10 years ago)
- Last Synced: 2024-10-03T15:14:53.254Z (about 1 month ago)
- Language: C++
- Size: 343 KB
- Stars: 9
- Watchers: 6
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Name #
youtube-dl-gui## Description ##
[youtube-dl](https://github.com/rg3/youtube-dl) is an excellent command-line
program that allows downloading videos from [YouTube](http://youtube.com).
This project overlays that amazing functionality with a simple GUI interface to
make video retrieval easier for those not comfortable with the command line.
If this is you, I highly suggest you invest the time to learn the CL. In the
meantime, I hope this app helps.If you prefer a Python implementation, I suggest you look into the
[Python GUI version](https://code.google.com/p/youtube-dl-gui/), off of which
this project is based.## Development ##
### Requirements ###
To build this application, you must have the
[Qt Project 4.6+](http://qt-project.org/) installed on your system, as well as
[cmake](http://www.cmake.org/), and of course the original youtube-dl project
should be installed and in your path.This program is tested with youtube-dl version 2014.01.03. Earlier versions
may work but are untested and officially unsupported.### Building ###
Follow the standard steps to building any cmake project.git clone https://github.com/keelerm84/youtube-dl-gui
cd youtube-dl-gui/build
cmake ..
make## Bugs ##
Bugs and suggestions should be reported at
[https://github.com/keelerm84/youtube-dl-gui](https://github.com/keelerm84/youtube-dl-gui/issues).