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
Diego Heras
cee7ceb1f6
iptorrents: show bad cookie error. resolves #5164 ( #7137 )
2020-02-08 19:11:11 +13:00
Diego Heras
48a9765c48
iptorrents: cosmetic code changes ( #7134 )
2020-02-08 14:47:17 +13:00
Garfield69
9c22679b41
IPTorrents: drop invalid char from titles. resolves #6582
2019-12-11 19:12:04 +13:00
flightlevel
f86e8dd5b6
Limit IMDB searches to movies
...
#5124
2019-05-11 13:27:25 +10:00
Garfield69
b915e815e9
iptorrents: add www. to the alternate links list. resolves #4594
2019-02-03 18:53:09 +13:00
kaso17
405ff7009f
IPTorrents: add alternative links
2019-01-16 12:46:01 +01:00
kaso17
1c1664e8cb
IPTorrents: fix error handling
2018-12-15 10:23:41 +01:00
kaso17
bdd62c2572
IPtorrents: improve no torrents found error
2018-12-02 10:35:26 +01:00
kaso17
74e8518060
IPTorrents: add no torrents found check
2018-12-02 10:33:18 +01:00
kaso17
b3cf51172f
IPTorrents: fix login
2018-10-30 11:04:41 +01:00