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 d6ae20182bc9b8ec391d88307c3e77808bca9474
parent 139398221daadddede78797cd8261db43ffb5ac9
Author: Paco Esteban <paco@onna.be>
Date:   Sun, 10 Sep 2017 18:08:31 +0200

Merge branch 'baptistecdr-patch-1'
PR #1 : Fix ranked attribute by baptistecdr

Diffstat:
Mlib/Rarbg/torrentapi.pm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/Rarbg/torrentapi.pm b/lib/Rarbg/torrentapi.pm @@ -105,6 +105,7 @@ sub _make_request { } } $url .= "format=" . $self->_format . "&"; + $url .= "ranked=" . $self->ranked . "&"; $url .= "token=" . $self->_token; my $res_json = $self->_ua->get($url); if ( $res_json->is_success ) {