https://github.com/algram/savetube
A graphical user interface for the popular command-line tool "youtube-dl" written in Vala
https://github.com/algram/savetube
Last synced: 5 months ago
JSON representation
A graphical user interface for the popular command-line tool "youtube-dl" written in Vala
- Host: GitHub
- URL: https://github.com/algram/savetube
- Owner: Algram
- Created: 2015-01-11T00:01:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T20:30:21.000Z (over 11 years ago)
- Last Synced: 2025-03-02T05:22:11.213Z (over 1 year ago)
- Language: Vala
- Size: 230 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SaveTube
A graphical user interface for the popular command-line tool "youtube-dl" written in Vala
It is currently in a very early stage and only has the most basic functionality, which is downloading videos.

## Compiling
You can compile it with:
```
main.vala --pkg gtk+-3.0 --pkg glib-2.0 -o savetube
```
Feel free to contribute to this project!