Rarbg-torrentapi

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

Changes (1568B)


      1 Revision history for Rarbg-torrentapi
      2 
      3 {{$NEXT}}
      4 
      5 v0.2.0  2019-11-21 20:38:29 CET
      6         - `title` can be null.  Than breaks type validation.  API docs are not
      7           so good ...
      8 
      9 v0.1.10  2019-11-15 18:17:21 CET
     10         - fix: an error is returned if search finds only 1 result.  Thanks to
     11           Hoffy Can.
     12 
     13 v0.1.9  2019-07-10 10:42:27 CEST
     14         - better handling the api request limit thanks to Baptiste C.
     15         - Added list of categories to docs.
     16 
     17 v0.1.8  2018-11-17 19:47:42 CET
     18         - search by tvrage id is deprecated
     19         - you can now search by themoviedb id
     20         - api request limit still gives some problems on first run. Trying to
     21           better handle that.
     22 
     23 v0.1.7  2018-03-22 13:31:57 CET
     24         - torrentapi time request limit was making the module crash ...
     25           Also, the token validity is better tested now.
     26 
     27 v0.1.6  2018-03-21 16:16:44 CET
     28         - Torrentapi now needs app_id.
     29 
     30 v0.1.5  2017-09-10 18:16:16 CEST
     31         - PR #1 --> Fix ranked attribute. by baptistecdr
     32 
     33 v0.1.4  2015-09-30 16:59:43 CEST
     34         - Fixed tests. CPAN Testers sometimes don't have internet connection
     35           It seems last fix did not work for all. Using Test::LWP::UserAgent now.
     36 v0.1.3  2015-09-27 12:26:08 CEST
     37         - Fixed tests. CPAN Testers sometimes don't have internet connection
     38           Using Test::RequiresInternet
     39 v0.1.2  2015-09-11 18:02:43 CEST
     40         - Fixed dependencies.
     41 v0.1.1  2015-09-08 18:17:02 CEST
     42         - Fixes in docs and prepare for CPAN release
     43 0.01  2015-09-08 14:50:02 CEST
     44         - Initial release