Commit Graph

766 Commits

Author SHA1 Message Date
Diego Heras 8d60c60743
milkie: cosmetic changes (#8301) 2020-04-22 01:19:53 +02:00
milkiecc 4514ec2d71
milkie: add new private tracker (#8289) 2020-04-21 01:57:17 +02:00
Diego Heras 100f04f8ee
filelist: add upload x2 (#8293) 2020-04-21 01:53:21 +02:00
Cory c9aec23304
Cardigann: Add .Today.Year to template variables. Resolves #8258 (#8269) 2020-04-20 12:16:19 +12:00
IIIspaceIII 4d07daaebe
FileList: Add API functionality. Resolves #7004 Resolves #5190 (#7987) 2020-04-17 21:18:09 -05:00
morpheus133 cd4e5de8f4
Add support of IMDBid search for ncore indexer (#7847) 2020-04-17 17:45:26 -05:00
Diego Heras d9cea8b552
internetarchive: fix torrents without title (#8242) 2020-04-17 16:57:41 -05:00
Cory fa0842c1c8
Cardigann: Add template functions eq/ne (#8214) 2020-04-17 08:52:54 +12:00
Garfield69 cfe0e10b70 mejortorrent: new domain .net resolves #8224 2020-04-17 08:35:52 +12:00
cadatoiva d7850d9367 HDTorrents: Update freeleech detection. Resolves #8197 2020-04-14 23:33:04 -05:00
Uilton Oliveira 7b45dcaed0
BJ-Share: Refactoring and bugfixes. Resolves #8033 (#8142) 2020-04-14 23:01:13 -05:00
Garfield69 1cbc19823d speedcd: correct typo in error msg. 2020-04-13 17:42:25 +12:00
Diego Heras 58aeabc164
speedcd: fix login. resolves #8151 (#8164) 2020-04-13 07:25:44 +02:00
cadatoiva f99589443b PassThePopcorn: Add missing tags. Resolves #8157 2020-04-13 00:10:23 -05:00
Garfield69 0b264d5a7c filelist: new domain .io resolves #8161 2020-04-13 16:55:42 +12:00
Diego Heras 9cbc78b1c2
core: fix cookie parsing (part 2) (#8150)
* core: fix cookie parsing (part 2)

After fixing cookie storage in #8133 I noticed that I still have a lot of '.json.bak' files in the Jackett configuration folder. After deleting them they were created again in each request. The cause was we were parsing bad the cookies with '=' character in the value. Most Cloudflare cookies include if so we were sending bad cookies and solving the callenge in each request.

This PR should increase performance in several ways: we are not solving the challenge again (it takes time), we are not making extra requests and we are not updating the Jackett configuration in each request (both files '.json' and '.json.bak').

Tested with the client HttpWebClient2NetCore only. Please do some tests with the site 1337x.
2020-04-13 06:22:50 +02:00
Diego Heras 8ce15eca73
core: fix cookie storage. resolves #8126 (#8133) 2020-04-12 15:00:14 +02:00
Cory 0fc36236cd
Cardigann: Add query url separator option (#8128) 2020-04-12 19:55:56 +12:00
krt- f355db6788
CardigannIndexer: Fix andmatch filter to respect keywordsfilters resolves #7988 (#8007) 2020-04-11 14:02:00 -05:00
Garfield69 d18927e4b3 tvstore: switch on tv imdbid #8107 2020-04-11 19:03:46 +12:00
Diego Heras 8d8622479d
anidex: fix ddos protection bypass. resolves #8095 (#8106) 2020-04-11 14:46:15 +12:00
Cory 47bafe2a52
PassThePopcorn: Use freeleech status to set download factor. Resolves #6951 2020-04-10 13:58:23 -05:00
Diego Heras bcc3a2c576
hdtorrents: add banner and code cleanup (#8089) 2020-04-10 13:43:28 -05:00
Diego Heras 7736e2f87d
core: disable SupportsImdbTVSearch in all trackers due to #8107 (#8108) 2020-04-10 07:48:59 +12:00
Diego Heras 208ca3b065
avistaz: fix category parsing. resolves #7593 (#8050) 2020-04-09 12:12:43 -05:00
Garfield69 bea75c8647 cgpeers: new domain *.to reselves #8098 2020-04-09 10:11:46 +12:00
Diego Heras 4f42af2a97
cinecalidad: add new public tracker. resolves #6081 (#8040) 2020-04-07 14:58:36 -05:00
Cory 6dc00de864
Re-run dotnet format and enable style enforcement. (#8053) 2020-04-07 11:17:17 -05:00
Diego Heras 4f9670413d
torrentday: fix login without recaptcha. resolves #8057 (#8079)
I can't test this very well because I always get the callenge in all domains.
With this fix the configuration dialog will open at least.
2020-04-07 17:16:16 +02:00
Diego Heras 1c34303f58
iptorrents: fix response without results. resolves #8066 (#8078) 2020-04-07 16:50:04 +02:00
Cory ec3a56ad6f
TorrentHaven: Fix date parsing. Resolves #7983 (#8037) 2020-04-07 16:47:58 +12:00
Lukas Loibnegger 5ce6a77d3a
newrealworld: some fixes. resolves #7314 (#8047) 2020-04-05 16:54:14 +02:00
Diego Heras f16ee42f7d
torrentleech: code cleanup (#8038)
* Code cleanup

Tested
2020-04-04 22:34:55 +02:00
Diego Heras 16a59b8abd
torrentday: some fixes and code cleanup (#8035)
* Add SupportsImdbTVSearch
* Code cleanup

Tested
2020-04-04 22:34:38 +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 ada079dba7
core: remove virtual member calls (part 2) (#8023) 2020-04-04 19:56:51 +13:00
Diego Heras 484cc35577
core: remove unused imports (#8022) 2020-04-04 19:56:18 +13:00
Diego Heras 4d058ef8b1
epublibre: fix torrent download with retry (#8021) 2020-04-04 00:04:58 -05:00
Diego Heras 4741902ade
core: remove unused classes (#8012) 2020-04-04 01:03:26 +02:00
Diego Heras b2390bb954
core: remove virtual member calls (part 1) (#8011) 2020-04-04 00:37:42 +02:00
Cory e1c15f82d2
TvStore: refactor and update (#7978) 2020-04-03 13:43:32 +13:00
Cory fc74b9ebcf
core: Remove non-null extention classes. (#7979) 2020-04-03 13:31:39 +13:00
krt- 3ef950ac64
rutracker: update category mappings, fix release title cleanup, strip… (#7984) 2020-04-03 10:11:22 +13:00
Garfield69 ef82fc136b xspeeds: site changed title layout. resoves #7975 2020-04-02 11:16:46 +13:00
Garfield69 db37b42b86 Revert "HDBitsAPI: enable torznab TV imdbid support. #4859"
This reverts commit 72e64b41a1.
2020-04-02 10:55:27 +13:00
Garfield69 72e64b41a1 HDBitsAPI: enable torznab TV imdbid support. #4859 2020-04-02 08:52:59 +13:00
Jonas Stendahl 09df00aae5
HDBitsAPI: Add missing filter options (#7931) 2020-04-02 08:05:33 +13:00
Diego Heras 6727b28cf1
speedcd: fix category search and add alternative domain (#7946) 2020-03-31 15:26:07 -05:00
Diego Heras 2672ade767
awesomehd: fix series search and audio track (#7947) 2020-03-31 14:37:07 +13:00
Diego Heras e92bef31ef
pretome: add configuration instructions (#7925) 2020-03-30 14:25:21 +13:00