Modules | |
Releasing | |
Functions | |
QUVIcode | quvi_init (quvi_t *quvi) |
Start a new libquvi session. |
Start a new libquvi session.
Initializes a new session handle and locates the website scripts used to parse the video page links. The library searches the following paths in the following order:
Note that you can have libquvi dump (to stderr) the scanned directory paths by setting the QUVI_SHOW_SCANDIR environment variable.
quvi | Pointer to a new handle |
Example:
#include <quvi/quvi.h> ... quvi_t quvi; quvi_init(&quvi);