Rarbg-torrentapi

Perl Module to interact with https://torrentapi.org
git clone https://git.e1e0.net/Rarbg-torrentapi.git
Log | Files | Refs | README | LICENSE

commit be02cb1db481e374f3557350c4cf1fec7d04201f
parent 990d1879227e7cedc1499946c83e4103fcb3ccd4
Author: Paco Esteban <paco@onna.be>
Date:   Sat, 17 Nov 2018 19:47:59 +0100

v0.1.8

Diffstat:
MChanges | 6++++++
MMETA.json | 10++++++----
2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes @@ -2,6 +2,12 @@ Revision history for Rarbg-torrentapi {{$NEXT}} +v0.1.8 2018-11-17 19:47:42 CET + - search by tvrage id is deprecated + - you can now search by themoviedb id + - api request limit still gives some problems on first run. Trying to + better handle that. + v0.1.7 2018-03-22 13:31:57 CET - torrentapi time request limit was making the module crash ... Also, the token validity is better tested now. diff --git a/META.json b/META.json @@ -4,7 +4,7 @@ "Paco Esteban <paco@onna.be>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -31,7 +31,7 @@ }, "develop" : { "requires" : { - "Dist::Milla" : "v1.0.18", + "Dist::Milla" : "v1.0.20", "Test::Pod" : "1.41" } }, @@ -65,10 +65,12 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.7", + "version" : "v0.1.8", "x_contributors" : [ "Baptiste C <baptistecdr@users.noreply.github.com>" ], - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239" + "x_generated_by_perl" : "v5.24.3", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.07", + "x_static_install" : 1 }