query');
our $VERSION = '0.006';
our $BASE_URL = 'https://getstrike.net/api/v2';
use JSON::MaybeXS qw/decode_json/;
use HTTP::Tiny;
use Sort::ByExample qw/sbe/;
use WebService::Strike::Torrent;
sub
l);
die $response unless $response->{success}; ## no critic (RequireCarping)
$response = decode_json $response->{content};
map { WebService::Strike::Torrent->new($_) } @{$response->{torrents}};
}
d=$id";
my $response = _ht->get($url);
return unless $response->{success};
my %imdb = %{decode_json $response->{content}};
$imdb{lc $_} = delete $imdb{$_} for keys %imdb; ## no critic (ProhibitUse