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

1167 commits

Author SHA1 Message Date
Bernard McKeever
14c95a353b
Adding indexer for acrossthetasman.com (#11063)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2021-02-12 21:26:54 +00:00
ilike2burnthing
707400add0
skytorrents-lol: removed, down for 30 days. resolves #3103 (#11050) 2021-02-10 17:07:45 +00:00
XYZJR
351c399bfd
Add new indexer TorrentParadise. resolves #4598 (#10997) 2021-02-07 15:04:29 +01:00
ilike2burnthing
b2ccd888cc
feedurneed: re-add private tracker. resolves #6872 (#11025) 2021-02-07 00:39:57 +00:00
ilike2burnthing
bcba49c5e3
monova: removed, down for 30 days. resolves #4447 (#11001) 2021-02-02 07:43:02 +00:00
ilike2burnthing
cc3757de11
torrentbomb: removed, down for 30 days. resolves #8044 (#10969) 2021-01-30 01:45:46 +00:00
ilike2burnthing
c68a1e4a02
anaschcc: add new private tracker. resolves #10843 (#10933) 2021-01-27 00:19:16 +00:00
ilike2burnthing
e946dc5779
hdatmos: add new private tracker. resolves #10909 (#10934)
Authored by @skygunner
2021-01-26 08:46:10 +00:00
ilike2burnthing
42f0f9a58c
sugoimusic: add new private tracker. resolves #10825 (#10879) 2021-01-20 16:54:34 +00:00
ilike2burnthing
7da865ea07
bigtower, fullmixmusic, hdstreet: removed, down for 30 days (#10874) 2021-01-20 04:58:43 +00:00
xfouloux
b7541191c2
montorrent: add public indexer (#10863)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2021-01-19 16:31:07 +00:00
Diego Heras
f0c19c39dd
trackeros: add new spanish tracker (#10862) 2021-01-19 00:01:31 +01:00
CodeMonkey
df4fcbd6a0
SubsPlease: add native indexer (#10784) 2021-01-17 18:09:11 +00:00
ilike2burnthing
ee279dffac
psytorrents: removed, dead. resolves #1152 (#10835) 2021-01-17 03:50:45 +00:00
ilike2burnthing
b28def09d6
3evils: removed, down for 30 days. resolves #4264 (#10815) 2021-01-14 00:45:16 +00:00
ilike2burnthing
0b4a1f8f71
onlyscene: removed, down for 30 days. resolves #8763 (#10814) 2021-01-14 00:37:11 +00:00
Garfield69
20cb8d1d5e newrealworld: sysop requests removal. resolves #10803 2021-01-13 14:58:13 +13:00
ilike2burnthing
fb9d2fc77c
danishbytes: add private indexer. resolves #10758 (#10778) 2021-01-12 15:04:27 +00:00
ilike2burnthing
2d4ef63437
documentarytorrents: removed, down for 30 days. resolves #10474 (#10780) 2021-01-10 21:05:34 +00:00
ilike2burnthing
4adf982a8d
hachede: removed, down for 30 days. resolves #10475 (#10779) 2021-01-10 21:01:22 +00:00
ilike2burnthing
2f476008eb
coastalcrew: add new private indexer. resolves #10715 (#10775) 2021-01-10 00:14:27 +00:00
ilike2burnthing
87ad61bded
hddisk: removed, closed. resolves #7018 (#10773) 2021-01-09 21:56:22 +00:00
ilike2burnthing
29e72819e9
btgigs: removed, closed. resolves #10420 (#10717) 2021-01-03 01:55:41 +00:00
ilike2burnthing
70204971a2
asgaard: removed, dead. resolves #5562 (#10695) 2021-01-01 09:35:23 +00:00
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