Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordamit/youtube-dl-gui
youtube-dl-gui
https://github.com/lordamit/youtube-dl-gui
Last synced: 30 days ago
JSON representation
youtube-dl-gui
- Host: GitHub
- URL: https://github.com/lordamit/youtube-dl-gui
- Owner: LordAmit
- License: gpl-3.0
- Created: 2013-09-26T11:34:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-08T12:40:11.000Z (about 11 years ago)
- Last Synced: 2024-04-16T04:22:49.805Z (7 months ago)
- Language: Python
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
youtube-dl-gui
==============
Made it because I needed the capability to set output format of the video to be downloaded.## Setup
You need pyside to run the script. For ubuntu (and its other variants), you can install pyside by this command:
```sh
sudo apt-get install python-pyside
```Ensure that the youtube-dl-gui.py is marked as executable. Double click on it.
## Dependencies
1. pyside
2. gnome-terminal (to run youtube-dl commands)You can easily change the gnome-terminal part with your favorite terminal by editing the youtube-dl-gui.py file.