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
23 Home: http://quvi.googlecode.com/
24 Repo: git://repo.or.cz/quvi.git
30 You can get a complete list by running `quvi --hosts'.
31 Alternatively, take a look at the scripts in share/lua/website/.
37 quvi and libquvi are confirmed to compile and run on the following
50 libquvi is not thread-safe.
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/).