An open API service indexing awesome lists of open source software.

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

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.

![Image of SaveTube](https://dl.dropboxusercontent.com/u/17885899/savetube.png)

## 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!