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:
quvi | Pointer to a new handle |
Example:
#include <quvi/quvi.h> ... quvi_t quvi; quvi_init(&quvi);