Revision history for Perl extension WWW::Offliberty.
+1.000001 2015-12-06T23:56+03:00
+ - Bypass hotlinking protection
+ - Add some tests that attempt to catch dummy results
+ - Update OFF_URL and make $http global (making the module easier to jury-rig)
+
1.000 2015-07-15T17:00+03:00
- Replace LWP with HTTP::Tiny + Test::RequiresInternet
- Drop perl requirement to 5.8.9+
-WWW-Offliberty version 1.000
-============================
+WWW-Offliberty version 1.000001
+===============================
Offliberty is a service that takes a URL to some media (for example a
YouTube video, a Vimeo video, a SoundCloud song) and returns one or
use strict;
use warnings;
use parent qw/Exporter/;
-our $VERSION = '1.000';
+our $VERSION = '1.000001';
our @EXPORT_OK = qw/off/;
use constant OFF_URL => 'http://offliberty.com/off02.php';