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 2fc4ec956fabcac1faa49457ea32aa5dd006cfad
parent 39072e2ee0aa32f7a4b8bde64b3ab7a9fd8208e4
Author: Paco Esteban <paco@onna.be>
Date:   Fri, 15 Nov 2019 18:17:45 +0100

v0.1.10

Diffstat:
MChanges | 4++++
MMETA.json | 5+++--
Mlib/Rarbg/torrentapi.pm | 2+-
3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes @@ -2,6 +2,10 @@ Revision history for Rarbg-torrentapi {{$NEXT}} +v0.1.10 2019-11-15 18:17:21 CET + - fix: an error is returned if search finds only 1 result. Thanks to + Hoffy Can. + v0.1.9 2019-07-10 10:42:27 CEST - better handling the api request limit thanks to Baptiste C. - Added list of categories to docs. diff --git a/META.json b/META.json @@ -65,9 +65,10 @@ "web" : "https://github.com/pacoesteban/Rarbg-torrentapi" } }, - "version" : "v0.1.9", + "version" : "v0.1.10", "x_contributors" : [ - "Baptiste C <baptistecdr@users.noreply.github.com>" + "Baptiste C <baptistecdr@users.noreply.github.com>", + "Hoffy Can <hoffy@hoffyland.com>" ], "x_generated_by_perl" : "v5.30.0", "x_serialization_backend" : "Cpanel::JSON::XS version 4.12", diff --git a/lib/Rarbg/torrentapi.pm b/lib/Rarbg/torrentapi.pm @@ -2,7 +2,7 @@ package Rarbg::torrentapi; use strict; use 5.008_005; -our $VERSION = 'v0.1.9'; +our $VERSION = 'v0.1.10'; use LWP::UserAgent; use JSON; use Carp;