WWW::Quvi

WWW::Quvi provides a Perl interface to libquvi, a small C library for parsing Flash media stream URLs.

Download

You can find the current release here. See also the release notes. The latest source code can be browsed from here or obtained using:

git clone git://repo.or.cz/www-quvi.git

You can find the key used for the signatures from the following keyservers:

use WWW::Quvi

Synopsis

use WWW::Quvi;
my $q = new WWW::Quvi::Query;
my $m = $q->parse($url);
croak "error: $q->{errmsg}" unless $q->{ok};

Documentation and examples

Please read the documentation installed with the extension. The examples can be found here. The same examples can be found in the release tarballs.

What is not implemented

Bugs

Report bugs here.

License

WWW::Quvi is free software, licensed under the LGPLv2.1+.


Copyright 2010-2011 Toni Gundogdu. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

Get WWW::Quvi at SourceForge.net. Fast, secure
  and Free Open Source software downloads