vimeo: handle player.vimeo.com URLs, too
[quvi.git] / README
blob86f84552ad4dab1ceb9a643e0165ac9c9e35ba7b
3 Contents
5   1. About
6   2. Websites
7   3. Platforms
8   4. Threads
9   5. Getting started
10   6. Contributing
13 1. About
14 --------
16 quvi is a command line tool for parsing video download links.
17 It supports Youtube and other similar video websites.
19 libquvi is a library for parsing video download links with
20 C API. It is written in C and intended to be a cross-platform
21 library.
23 Home: http://quvi.googlecode.com/
24 Repo: git://repo.or.cz/quvi.git
27 2. Websites
28 -----------
30 You can get a complete list by running `quvi --hosts'.
31 Alternatively, take a look at the scripts in share/lua/website/.
34 3. Platforms
35 ------------
37 quvi and libquvi are confirmed to compile and run on the following
38 platforms:
40   * Linux
41   * BSD
42   * W32 (using mingw)
43   * OS2
44   * Mac
47 4. Threads
48 ----------
50 libquvi is not thread-safe.
53 5. Getting started
54 ------------------
56 `quvi --help' and `man quvi' are your friends.
58 The doxygen generated documentation covers the use of C API (libquvi).
59 See also examples/ subdir for a simple example. See the quvi tool
60 (src/quvi.c) for a more advanced example.
62 The most recent documentation is also available via the project
63 website (http://quvi.googlecode.com/).
66 6. Contributing
67 ---------------
69 See doc/ for HOWTOs.