

Contents

  1. About
  2. Websites
  3. Platforms
  4. Threads
  5. Getting started
  6. Contributing


1. About
--------

quvi is a command line tool for parsing video download links.
It supports Youtube and other similar video websites.

libquvi is a library for parsing video download links with
C API. It is written in C and intended to be a cross-platform
library.

Home: http://quvi.googlecode.com/
Repo: git://repo.or.cz/quvi.git


2. Websites
-----------

You can get a complete list by running `quvi --hosts'.
Alternatively, take a look at the scripts in share/lua/website/.


3. Platforms
------------

quvi and libquvi are confirmed to compile and run on the following
platforms:

  * Linux
  * BSD
  * W32 (using mingw)
  * OS2
  * Mac


4. Threads
----------

libquvi is not thread-safe.


5. Getting started
------------------

`quvi --help' and `man quvi' are your friends.

The doxygen generated documentation covers the use of C API (libquvi).
See also examples/ subdir for a simple example. See the quvi tool
(src/quvi.c) for a more advanced example.

The most recent documentation is also available via the project
website (http://quvi.googlecode.com/).


6. Contributing
---------------

See doc/ for HOWTOs.
