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

Merge branch 'hoffy97-master'

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

diff --git a/lib/Rarbg/torrentapi.pm b/lib/Rarbg/torrentapi.pm @@ -132,7 +132,7 @@ sub _make_request { my $tresults = decode_json( $res_json->decoded_content ); my @res; if ( $tresults->{torrent_results} - && scalar( @{ $tresults->{torrent_results} } ) > 1 ) + && scalar( @{ $tresults->{torrent_results} } ) ) { foreach my $t ( @{ $tresults->{torrent_results} } ) { my $t_obj = Rarbg::torrentapi::Res->new($t);