Commit Graph

5092 Commits

Author SHA1 Message Date
Cory 98541ac6f8
core: Sort and remove usings (#7159) 2020-02-10 07:08:34 +13:00
Garfield69 c08f511d1e mactorrents: fix catalog processing. resolves #7157 2020-02-09 16:51:38 +13:00
Garfield69 53e2527c72 audiobookbay: fix size processing. resolves #7156 2020-02-09 16:13:46 +13:00
Diego Heras e2310ea70b
anidex: rewrite in C# to bypass DDOS. resolves #7036 resolves #6834 (#7142)
* Replace Cardigann Anidex indexer for C# impelementation

Add bypass for DDOS Guard

* Improve error messages from type conversions

* Add missing cookie check

* Fix index out of range exception

* Change error handling to only warn about DDoS bypass exceptions

This is so that searches will still be attempted if there are issues with the DDoS protection (e.g. if it is removed).

* Improve error handling and clean up code

* pending changes
2020-02-09 15:43:32 +13:00
Cory c12da520a4
Run dotnet format on solution (#7145) 2020-02-09 15:35:16 +13:00
Garfield69 2fe1e03da9 torlock: correct date processing. 2020-02-09 09:50:10 +13:00
Garfield69 7543b9ef35 gamestorrents: size can be undefined. resolves #7144 2020-02-09 09:12:06 +13:00
junglebus 4809ee1383
Use latest 3.1 SDK (#7141) 2020-02-08 20:49:36 +11:00
junglebus 2d56ce11b7 GetExecutingAssembly points to the DLL on .NET Core not the exe (#7140) 2020-02-08 20:38:07 +11:00
Garfield69 af6c7b530b channelx: new domain .xyz 2020-02-08 20:36:19 +13:00
Diego Heras cee7ceb1f6 iptorrents: show bad cookie error. resolves #5164 (#7137) 2020-02-08 19:11:11 +13:00
Diego Heras f770596354
core: fix form encoding. resolves #4346 resolves #3061 (#6994) 2020-02-08 19:03:03 +13:00
Diego Heras 77a2264164
newpct: remove deleted torrents. resolves #7074 (#7135) 2020-02-08 14:49:33 +13:00
Diego Heras 48a9765c48
iptorrents: cosmetic code changes (#7134) 2020-02-08 14:47:17 +13:00
Garfield69 e5784503b5 add leaguehd a Chinese Private site. resolves #7016 2020-02-08 08:43:29 +13:00
Garfield69 9693a9890f add hdtime a Chinese Private site. resolves #7015 2020-02-07 21:41:32 +13:00
Garfield69 0593f30115 add torrentleech.pl a privat ePolish site. resolves #7014 2020-02-07 18:18:52 +13:00
Garfield69 9e37ef0c02 torrentproject2: seeders can be n/a 2020-02-07 14:53:09 +13:00
Garfield69 c22b2b3ea6 torrentproject2: leechers can be n/a resolves #7124 2020-02-07 14:51:58 +13:00
Garfield69 24c907961c microbit: correct cat11 2020-02-07 14:51:04 +13:00
Diego Heras 35b606805f
internetarchive: fix array title (#7125) 2020-02-07 12:17:58 +13:00
Garfield69 f8f0c5d907 add microbit, a Hundarian private site. resolves #7007 2020-02-07 08:46:38 +13:00
Jonas Dellinger 1715f0fda4
core: API - "configured" parameter (#7120)
Add support for a "configured" parameter in the API 2.0. Only return configured indexers if true.
2020-02-07 07:22:46 +13:00
garfield69 054e0e6440
Update no_information_provided.md 2020-02-07 07:20:24 +13:00
Garfield69 1a0b62540e downloadville: fix size. resolves #7121 2020-02-07 07:14:23 +13:00
Garfield69 5fbc92682a Merge branch 'master' of https://github.com/Jackett/Jackett 2020-02-07 06:37:05 +13:00
Garfield69 5be778c28c tazmania-den: gone. removed. #5713 2020-02-07 06:37:00 +13:00
junglebus acb2cef2b4
Look in drop folder for artifacts 2020-02-06 20:58:40 +11:00
junglebus 1a85cb3e22
Add Azure-Pipelines build status badge (#7119) 2020-02-06 20:49:19 +11:00
junglebus 614372a272
Update azure-pipelines.yml 2020-02-06 20:32:56 +11:00
junglebus 234433ba8a Update azure-pipelines.yml for Azure Pipelines 2020-02-06 19:58:11 +11:00
junglebus d124fa9cde
Update GitHub Connection 2020-02-06 19:27:15 +11:00
Cory 4d05ab3fbc
Add code style guide and update documentation to reflect changes (#7045) 2020-02-06 19:39:44 +13:00
junglebus 43ddc7a854
Add Azure Pipelines support (#7024)
* Add Azure Pipelines support

* Move to correct folder

* Make display names clearer
2020-02-06 18:35:47 +13:00
Diego Heras 5bb163d521
core: show configuration dialog when GetConfigurationForSetup fails (#7104) 2020-02-06 17:01:46 +13:00
Garfield69 056f683de3 myAmity: fix title. resolves #7100
also add anime, movies/uhd and tv/sport categories
2020-02-06 16:38:43 +13:00
Garfield69 a164cfe010 twilight: add freeleech-with-expiry-date. resolves #7116 2020-02-06 15:44:37 +13:00
Diego Heras 6b51888919
divxtotal: fix error when the search has exactly 15 results (#7105) 2020-02-06 15:28:19 +13:00
feffe daa1149bd3
AnimeBytes: fix RAW tag setting (#7066) resolves #7027 2020-02-06 15:27:26 +13:00
junglebus b9dbba280b
core: Add artifact name for Windows .NET Core (#7028) 2020-02-06 15:22:54 +13:00
junglebus b6e8f7261e
core: Add Integration Tests (#7023)
Add some basic integration tests for Jackett
2020-02-06 15:22:11 +13:00
junglebus 67750982bc
core: Allow unit tests to run in non-Windows environments (#7022) 2020-02-06 15:21:48 +13:00
Jonas Dellinger 163b162b2d
torrentz2: Fix sorting of torrents (#7114) 2020-02-06 15:21:08 +13:00
Garfield69 9f03831321 glodls: handle missing category. resolves #7113 2020-02-06 15:19:38 +13:00
Garfield69 48d793fcd2 ibit: handle missing size. resolves #7111 2020-02-06 13:39:43 +13:00
Garfield69 574bd29108 attv: handle missing category. resolves #7110 2020-02-06 10:07:03 +13:00
Garfield69 e215870735 extratorrent: handle missing category or no-hits. resolves #7108
also handle some date exceptions.
2020-02-06 09:53:39 +13:00
Garfield69 f718052e4a ettv: handle size=N/A resolves #7107 2020-02-06 09:14:45 +13:00
Garfield69 c1e71a9df2 piratbit: fix title. resolves #7106 2020-02-06 09:08:09 +13:00
Garfield69 d031371083 torrentlt: use cookie method. resolves #7051 2020-02-06 08:22:51 +13:00