Commit Graph

38 Commits

Author SHA1 Message Date
Diego Heras 09e81da34c
cinecalidad: fix parser. only latino is supported. resolves #12830 (#12833) 2022-01-16 11:30:26 +01:00
Garfield69 d457cd336d cinecalidad:vnew layout #12830 2022-01-16 07:15:26 +13:00
Diego Heras bffa21c951
cinecalidad: new layout and castellano language (#12676) 2021-12-08 03:32:48 +01:00
ilike2burnthing 50cbfcb64e
cinecalidad: change sitelink cinecalidad.website 2021-11-13 05:29:34 +00:00
Garfield69 e9bc740cb6 cinecalidad: support new layout 2021-10-16 06:34:59 +13:00
Garfield69 4aab248b5b cinecalidad: update for new layout. resolves #12385 2021-10-10 07:36:22 +13:00
Garfield69 1892cab418 assorted: more follow up on #12274 but for C# 2021-09-08 13:14:00 +12:00
Diego Heras 4073f65326
cinecalidad: fix link parsing (#12023) 2021-07-13 07:15:15 +02:00
Frederic Yesid Peña Sánchez 72585f9761
cinecalidad: switch to new site cine-calidad.com (#11627) resolves #6081 2021-04-29 08:50:03 +12:00
Diego Heras b70743628e
cinecalidad: add more alternative links (#11370) 2021-03-21 02:41:52 +01:00
XYZJR eaf0513605
Core: rewrite of configuration items. Resolves #2114 (#11104) 2021-03-17 12:29:26 +13:00
Diego Heras 63b20c1aa7
cinecalidad: fix relative links. resolves #10595 (#10607) 2020-12-22 18:21:00 +01:00
Diego Heras 6225b03e0c
cinecalidad: fix download link (#10582) 2020-12-20 16:07:55 +01:00
Daniel Martin Gonzalez df942e3f85
[Cinecalidad] Update Links to cinecalidad.im (#10522) 2020-12-16 08:16:09 +13: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 5547bf6a03
cinecalidad: fix download link (#10318) 2020-11-28 21:40:10 +01:00
Diego Heras 2ea22af9ef
core: rename comments field to details #10092 (#10135) 2020-11-08 15:11:27 +13:00
Diego Heras c5dd37b836
core: rename banner field to poster #10092 (#10134) 2020-11-08 12:43:33 +13: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
Daniel Martin Gonzalez 2d7c93d243
cinecalidad: improve titles (#9709) 2020-10-02 14:29:14 +02:00
Garfield69 eb7a104f17 drop MR and MST from public c# indexers 2020-09-27 11:09:42 +13:00
ngosang 621a47338d core: refactor http webclient part 16 #8529
Rename RequestWithCookiesAsync method
2020-09-21 19:06:32 +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 67c7b4ca70 core: refactor http webclient part 12 #8529 (#8939)
Merge web results classes into single class and update usages
2020-09-21 18:13:27 +02:00
Cory 125298425a core: refactor http webclient part 10 #8529 (#7729)
Move WebResult String and Byte properties to base class
2020-09-21 18:13:19 +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 2d0b378545 Revert "core: refactor http webclient part 10 #8529 (#7729)"
This reverts commit 3a0ece162f.
2020-09-21 08:03:14 +02:00
ngosang a8d055f0d5 Revert "core: refactor http webclient part 12 #8529 (#8939)"
This reverts commit 22bced9ca3.
2020-09-21 08:02:58 +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 22bced9ca3 core: refactor http webclient part 12 #8529 (#8939)
Merge web results classes into single class and update usages
2020-09-19 18:40:08 +02:00
Cory 3a0ece162f core: refactor http webclient part 10 #8529 (#7729)
Move WebResult String and Byte properties to base class
2020-09-19 18:39:12 +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
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 cb24d1aea7
cinecalidad: fix parsing error (#8470) 2020-05-01 18:32:23 +02:00
Diego Heras 4f42af2a97
cinecalidad: add new public tracker. resolves #6081 (#8040) 2020-04-07 14:58:36 -05:00