1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-29 03:06:49 +00:00
Commit graph

1143 commits

Author SHA1 Message Date
ilike2burnthing
8bc21263d3
cooltorrent: removed, down for 30 days. resolves #9105 (#10694) 2021-01-01 09:27:19 +00:00
ilike2burnthing
02b8be9652
shareuniversity: removed, dead (#10633) 2020-12-26 23:17:27 +00:00
Diego Heras
edce56f363
core: remove unused cli argument -j (ProxyConnection). resolves #9467 (#10608) 2020-12-22 18:37:16 +01:00
Garfield69
bc7362de4a tenyardtracker: removed. #795 2020-12-22 08:53:17 +13:00
Garfield69
b4456f3c9d ast4u: renamed animeworld + new domain resolves #10578 2020-12-21 10:09:36 +13:00
ilike2burnthing
dd794f725d
leaguehd: rename to lemonhd. resolves #10533 (#10535) 2020-12-16 16:21:29 +00:00
ilike2burnthing
c497d42a4e
takeabyte: remove, down for 30 days. resolves #4153 (#10530) 2020-12-16 01:08:04 +00:00
Diego Heras
1d80aea02a
Add documentation for Cache and FlareSolverr (#10498) 2020-12-13 22:29:20 +01:00
ilike2burnthing
b39fd35cf9
Revert "omgwtftrackr: remove, down for 30 days. resolves #8970 (#10462)" (#10483)
This reverts commit 70416ae224.
2020-12-12 17:23:25 +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
ilike2burnthing
70416ae224
omgwtftrackr: remove, down for 30 days. resolves #8970 (#10462) 2020-12-10 04:57:59 +00:00
airhawk777
65ca4d7478
Update to .NET 5 (#10346)
* Update to .NET 5

.NET 5 brings many performance (especially regex) improvements
https://devblogs.microsoft.com/dotnet/announcing-net-5-0/

Can look at bringing the packages upto date and using a single file executable in a future PR if the maintainers are interested

* Dotnet restore before building

* Restore on Windows only

* Out of ideas

* Update framework for windows specific apps

* Don't upgrade Microsoft.Extensions.Configuration

* drop mono from the dotnet linux build instructions

* Fix logic to get app runtime

* readme: add windows .net prereq link

* Update README.md

* azure-pipeline: bump minorversion to 17

Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: Diego Heras <ngosang@hotmail.es>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 21:10:34 +13:00
Tom.Tan
81c205bd33
Add pttime.org support (#10422)
Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 01:38:58 +00:00
ilike2burnthing
46a6b22441
Revert "btgigs: removed, dead (#10395)" (#10419)
This reverts commit 1dc2ff5693.
2020-12-07 03:17:16 +00:00
ilike2burnthing
1dc2ff5693
btgigs: removed, dead (#10395) 2020-12-06 01:31:10 +00:00
ilike2burnthing
84731bcc9a
cinemamovies: correct name (#10394) 2020-12-05 23:18:14 +00:00
ilike2burnthing
f8e697ce8a
magnetdl & torrentquest: remove by quest of site maintainers (#10347) 2020-12-02 12:27:36 +00:00
Garfield69
cdfd25d4d0 spacetorrent: gone. removed. #2901 2020-12-01 06:39:38 +13:00
Garfield69
3169ac6cb4 ethor" gone. removed. #726 #9389 2020-11-27 09:10:09 +13:00
Diego Heras
81d53d339b
speedapp: merge Xtreme Zone, SceneFZ and Ice Torrent. resolves #10226 (#10279) 2020-11-23 11:29:05 +13:00
Garfield69
91ab3a22ab korsar: broken. removed. resolves #7052 2020-11-21 09:24:46 +13:00
ilike2burnthing
77a65fb08d
extratorrent-it: add public tracker (#10252) 2020-11-21 08:05:04 +13:00
Garfield69
76cacb1c4a kickasstorrent: broken. removed. resolves #3593 2020-11-20 07:37:03 +13:00
Garfield69
a1d3687a1a corsarored: broken. removed. resolves #3593 2020-11-20 07:32:11 +13:00
Garfield69
d736ce1649 xfsub: broken. removed. resolves #8351 2020-11-20 07:11:14 +13:00
ilike2burnthing
06cae85ebe
torrentproject: add indexer (#10231) 2020-11-19 15:23:43 +13:00
Garfield69
4685f8fdc1 add mesevilag a Hungarian private site. resolves #10201 2020-11-15 15:06:50 +13:00
ilike2burnthing
09d8e43bf1
32pages: removed, site has closed. resolves #1448 (#10182) 2020-11-12 15:27:41 +00:00
Garfield69
7617265bfc readme: add GolangSDK resolves #10164 2020-11-12 10:10:26 +13:00
Garfield69
fb7765d908 add animeclipse a Greek anime public site resolves #10171 2020-11-11 22:45:57 +13:00
Diego Heras
f0d8c88505
magnetico: add new local dht tracker. #2684 (#10136)
https://github.com/boramalper/magnetico
2020-11-08 02:45:03 +01:00
ngosang
94dfb9b8a7 zonaq: readme 2020-11-07 22:21:03 +01:00
Garfield69
d0e7b63ab6 myamity: Now just a forum. Removed. resolves #9780 2020-11-02 16:11:52 +13:00
Garfield69
1026ddf902 add emtrek a Russian Public General site. resolves #9999 2020-10-29 18:00:18 +13:00
Garfield69
828223474c add genesismovement a semi-rpivate site resolves #9989 2020-10-29 13:51:41 +13:00
Garfield69
63a2acc274 Update README.md 2020-10-29 09:10:06 +13:00
Garfield69
ecf1d71717 Update README.md 2020-10-29 07:40:25 +13:00
Garfield69
91bb8fae50 add mixtapetorrent a public site resolves #9988 2020-10-28 20:29:21 +13:00
Garfield69
4df5215628 add skytorrentsclone2 resolves #10000 2020-10-28 07:02:10 +13:00
Garfield69
04fc90e85e topnow: yml removed. awating C# replacement. #8199 2020-10-27 16:13:40 +13:00
Garfield69
b3dabad82e add bootytape a semi0privat e3x site resolves #9979 2020-10-27 12:35:39 +13:00
Garfield69
3f46ea8074 readme: oops 2020-10-26 20:55:17 +13:00
Garfield69
497eb54d99 readme: correction to invite indicators 2020-10-26 20:52:19 +13:00
Garfield69
30bf505ee6 readme: add invite needed 2020-10-26 20:42:55 +13:00
Garfield69
cc26063a89 readme: replace nzedb with newznab 2020-10-26 20:17:14 +13:00
Garfield69
c1cdf3eb29 add torrentsurf a privat esite. resolves #9951 2020-10-26 17:58:41 +13:00
Garfield69
ff83bc2785 kickasstorrent-kathow: code tidy and 2020-10-26 15:29:40 +13:00
Garfield69
903266844a add kickasstorrents.to a public KAT clone resolves #9966 2020-10-26 15:07:29 +13:00
Garfield69
a7b7ca658f elitetorrent-biz: removed resolves #9873
the site cannot be supported by a jackett indexer because the download links are no longer readily accessible via html
2020-10-25 06:18:29 +13:00
Garfield69
45a9cf7873 danishbits: gone. removed. resolves #9949 2020-10-24 06:47:21 +13:00