Commit Graph

65 Commits

Author SHA1 Message Date
Bogdan 2d3a72b433
indexers: move setting capabilities to methods (#14147) 2023-03-10 13:20:29 +02:00
Bogdan c7e9d4e72b
indexers: set indexer details as properties (#14131) 2023-03-09 16:06:12 +02:00
Bogdan 8729652e86
indexers: add `SupportsPagination` to prevent fetching the first page multiple times (#14122) 2023-03-05 14:30:40 +02:00
Bogdan 7e52ea52e1
assorted: move getbytes to parseutil and add tests (#14076) 2023-02-25 01:22:13 +02:00
Bogdan 49ec063ee7
iptorrents: add support for tvsearch by imdbid (#13997) 2023-02-10 13:37:08 +00:00
Diego Heras 33f59521aa
chore: apply dotnet format (#13880) 2023-01-08 01:51:55 +01:00
Garfield69 740dc7848c iiptorrents: add genre query and results 2022-08-09 13:55:29 +12:00
john-miller-831985 268a334643
IPTorrents fixes for Cloudflare (#12939) 2022-02-11 21:59:17 +00:00
ilike2burnthing d34f1558b7
iptorrents: add sort setting. resolves #12853 (#12856) 2022-01-19 00:16:19 +00:00
ilike2burnthing 5b0f70d9f6
iptorrents: typo fix 2
last one...
2021-09-30 23:49:59 +01:00
ilike2burnthing cd2b2749ce
iptorrents: typo fix 2021-09-30 23:44:32 +01:00
ilike2burnthing 22c617da20
iptorrents: change category titles & descriptions 2021-09-30 23:03:04 +01:00
Garfield69 da340ed952 assorted: follow up on #12274 but for C# 2021-09-08 13:02:29 +12:00
Diego Heras 93ad748719
iptorrents: update categories. resolves #11751 (#11836) 2021-05-30 16:16:56 +02:00
Diego Heras aca4a16bae
ci/cd: fix whitespaces (#11749) 2021-05-16 20:13:54 +02:00
XYZJR eaf0513605
Core: rewrite of configuration items. Resolves #2114 (#11104) 2021-03-17 12:29:26 +13:00
GordonFreemanK 41584628e2
Add option to search freeleech only on IPTorrents (#10871) 2021-01-31 12:46:23 +01:00
ilike2burnthing 341d761758
iptorrents: update *.eu domain to *.me. resolves #10795 2021-01-12 11:13:00 +00:00
Diego Heras 69125add3e
core: redo search cache from scratch. resolves #10382 (#10447)
In simple words, when you make a request in Jackett, the results are saved in memory (cache). The next request will return results form the cache improving response time and making fewer requests to the sites.
* We assume all indexers/sites are stateless, the same request return the same response. If you change the search term, categories or something in the query Jackett has to make a live request to the indexer.
* There are some situations when we don't want to use the cache:
** When we are testing the indexers => if query.IsTest results are not cached
** When the user updates the configuration of one indexer => We call CleanIndexerCache to remove cached results before testing the configuration
** When there is some error/exception in the indexer => The results are not cached so we can retry in the next request
* We want to limit the memory usage, so we try to remove elements from cache ASAP:
** Each indexer can have a maximum number of results in memory. If the limit is exceeded we remove old results
** Cached results expire after some time
* Users can configure the cache or even disable it
2020-12-11 23:14:21 +01:00
Diego Heras 2ea22af9ef
core: rename comments field to details #10092 (#10135) 2020-11-08 15:11:27 +13:00
Garfield69 570f422de1 assorted c# indexers: cat labels refresh 2020-11-06 16:09:57 +13:00
Diego Heras 46d4a41a60
iptorrents: fix new layout. resolves #10040 (#10062)
* files column can be disabled by the user
2020-11-01 17:42:04 +01:00
Diego Heras 13fc916177
iptorrents: fix new layout. resolves #10050 (#10054)
* files column removed
* fix date parsing
* include first results
* add uploader into description
2020-11-01 13:41:52 +01:00
Garfield69 4464d97e2f iptorrents: new results selectors. resolves #10040 2020-11-01 19:11:52 +13:00
Garfield69 25eee1eb8b iptorrents: refresh categories resolves #10032 2020-11-01 12:53:40 +13:00
Diego Heras 767700d6bb
core: categories cleanup (#10006)
* core: categories cleanup
* swap categories 2050 Movies/BluRay / 2060 Movies/3D
* swap categories 6050 XXX/Pack / 6070 XXX/Other
* swap categories 7010 Books/Mags / 7020 Books/EBook / 7030 Books/Comics
* category validation is case sensitive
* renamed some categories to follow Newznab specs
2020-10-29 08:00:48 +13:00
Diego Heras 5d1b84f215
assorted c#: enable music and book search in several trackers (#9910) 2020-10-20 13:38:27 +13:00
Diego Heras 56a260f0d7
core: disable tv-search by default (#9893)
* Disable tv-search in music trackers
* Add TVRage search in Cardigann
2020-10-18 22:47:36 +02:00
Diego Heras 9cdad3de64
core: separate categories from movie-search (#9862)
* Categories and Torznab movie-search are separated
* Movie-search parameters are validated
* Fixed some bugs in Cardigann indexers
2020-10-18 19:26:22 +02:00
Diego Heras 61eb75f7e1
iptorrents: remove files column. resolves #9434 (#9633) 2020-09-25 00:22:48 +02:00
Cory ac0ba0f9b1 core: refactor http webclient part 13 #8529 (#8941)
Merge string/byte request code
2020-09-21 18:13:30 +02:00
Cory d760350dc0 core: refactor http webclient part 1 #8529 (#7652)
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
2020-09-21 18:11:48 +02:00
ngosang 1271ecaa4c Revert "core: refactor http webclient part 1 #8529 (#7652)"
This reverts commit 0bdcfd1e7b.
2020-09-21 08:04:26 +02:00
ngosang ca61f965e9 Revert "core: refactor http webclient part 13 #8529 (#8941)"
This reverts commit 4d63fa81d5.
2020-09-21 08:02:53 +02:00
Cory 4d63fa81d5 core: refactor http webclient part 13 #8529 (#8941)
Merge string/byte request code
2020-09-19 18:43:06 +02:00
Cory 0bdcfd1e7b core: refactor http webclient part 1 #8529 (#7652)
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
2020-09-19 18:33:39 +02:00
Garfield69 594f1776d9 iptorrents: ipt.rocks -> legacy #9500 2020-09-13 10:52:50 +12:00
Diego Heras 8773df2c01
iptorrents: add files. resolves #8034 (#8737) 2020-05-21 22:23:06 +02:00
Diego Heras b0336b932c
assorted: review alternative links. resolves #8591 (#8664) 2020-05-15 23:06:58 +02:00
Diego Heras 6156ad0cd5
core: allow renaming & merging of trackers with config (part 1 #8355) (#8608)
core: allow renaming & merging of trackers with config (part 1 #8355) (#8608)

* rename site field to id in yaml indexers
* add id field in c# indexers
* use id field instead of class name in c#
2020-05-11 21:59:28 +02:00
Diego Heras 162ad104ef
ci/cd: exclude indexers from code coverage (#8448) 2020-05-03 18:35:52 -05:00
Diego Heras 9fa9494d6e
core: fix cookie login message (#8375)
Before this change the message was:
Your cookie did not work: Your cookie did not work
Now:
Your cookie did not work: Found 0 results in the tracker
2020-04-26 20:18:40 +02:00
Diego Heras 7736e2f87d
core: disable SupportsImdbTVSearch in all trackers due to #8107 (#8108) 2020-04-10 07:48:59 +12:00
Diego Heras 1c34303f58
iptorrents: fix response without results. resolves #8066 (#8078) 2020-04-07 16:50:04 +02:00
Diego Heras 45e5d032f7
iptorrents: some fixes and code cleanup (#8034)
* Add SupportsImdbTVSearch
* Fix 4k category
* Remove files code, not available in the website
* Add description
* Add configuration advice
* Code cleanup

Tested
2020-04-04 22:34:19 +02:00
Diego Heras b2390bb954
core: remove virtual member calls (part 1) (#8011) 2020-04-04 00:37:42 +02:00
Cory 6c1c4092bd
Fix null reference after conversion to AngleSharp (#7443) resolves #7442 2020-03-02 15:20:13 +13:00
Diego Heras a89b69e821
Convert IPTorrents to AngleSharp (#7363) #7292 2020-02-29 11:33:21 +13:00
Diego Heras 12b2de2725
iptorrents: remove login with user/pass. resolves #7063 resolves #6850 resolves #6485 resolves #6402 resolves #4624 (#7294) 2020-02-23 08:34:14 +13:00
Cory c12da520a4
Run dotnet format on solution (#7145) 2020-02-09 15:35:16 +13:00