stov is a program which allows you to subscribe to channels, playlists and search results on youtube and several other video sites.
Helmut Pozimski f1e3ad6ac9 update changelog and man page | há 7 anos atrás | |
---|---|---|
debian | há 9 anos atrás | |
doc | há 7 anos atrás | |
lib_stov | há 7 anos atrás | |
locale | há 10 anos atrás | |
CHANGELOG | há 7 anos atrás | |
LICENSE | há 12 anos atrás | |
MANIFEST.in | há 11 anos atrás | |
README.md | há 7 anos atrás | |
setup.py | há 7 anos atrás | |
stov | há 7 anos atrás |
stov is a program which allows you to subscribe to channels, playlists and search results on youtube. (More platforms may be implemented later) You don't need a youtube account for the program to work since it uses read-only access to the youtube API or retrieves the needed data using youtube-dl. You can for example run it as a cron job to automatically download your favourite videos.
see ./stov --help
stov depends on the following software to be installed:
see LICENSE
By default, the configuration is defined in ~/stov/stov.json in the json format. A default config file is created for you when you run the program for the first time. The following parameters are currently available which you can alter manually:
Currently none, contact me if you find any.
You can just run the main file "stov" directly from this directory by calling it from the shell or with the python interpreter ("./stov" or "python stov"). Furthermore, stov uses python distutils as default installation method. Just run "python setup.py install" to install it into your system. For further information an options run "python setup.py --help".