Commit Graph

985 Commits

Author SHA1 Message Date
kaso17 a4edb62743 Xthor: disable categories 2017-12-04 18:00:37 +01:00
kaso17 d49cb02d2f TorrentNetwork: improve passkey handling 2017-12-03 06:47:50 +01:00
kaso17 f6e37d0b83 Psytorrents: removed (dead) 2017-12-01 14:15:54 +01:00
kaso17 bed9b9d54b Speed.cd: fix login 2017-12-01 12:29:30 +01:00
kaso17 4eda11f79e Xthor: detect API limit errors 2017-12-01 08:02:52 +01:00
kaso17 7f7496d64e YTS: cleanup 2017-12-01 07:53:16 +01:00
kaso17 74cdd16bc6 Merge branch 'master' of https://github.com/Jackett/Jackett 2017-11-30 16:12:20 +01:00
kaso17 eed9745c67 DanishBits: add legacy site links 2017-11-30 16:12:10 +01:00
Andy Simons 492816ab35 Fix: Downloading of torrent file don't follow redirect (#2196) 2017-11-30 12:11:42 +01:00
kaso17 570553f7d6 YTS: various improvements 2017-11-29 19:32:21 +01:00
kaso17 254b918a08 Xthor: add LegacySiteLinks 2017-11-29 19:18:08 +01:00
kaso17 f49a960f5e YTS: add LegacySiteLinks 2017-11-29 19:13:52 +01:00
Flip 20c57bcac6 update xthor tld (#2202) 2017-11-29 07:53:59 +13:00
Garfield69 4697e53d7c YTS: domain change. fix #2190 2017-11-26 06:23:38 +13:00
DarkSupremo d9178dd053 BJ-Share, B2S-Share and Speed-Share: fix Anime search (#2171)
* Fixed anime search on BJShare, removing the season from search and changing the output from "Anime SXXEXX" to "Anime EXX".
Season had to be removed because the season numbering on anime is all wrong in this tracker.

* - Changed to change title based on search for category of every row in bj-share, instead of category of search
- Fixed title parse on B2S-Share and Speed-Share to animes (series not changed) from "Anime SXXEXX" to "Anime EXX"

* - Added anime title change on empty search as well - BJ-Share
2017-11-20 15:27:25 +01:00
kaso17 01dec12909 TorrentSyndikat: fix (re)login issue 2017-11-17 15:01:25 +01:00
kaso17 c1e495b212 Hounddawgs: make grabs optional 2017-11-16 14:02:02 +01:00
Andy Simons 1c8bce2935 Trackers (#2151)
* newstudio - new ru semi-private tracker
rutracker - add series parser
rutor - global search without category + series parser

* newstudio rus semi-private tracker

* 999 -> 99

* remove old definition

* - add newstudio tracker to the README
- newstudio def: remove reduntal inputs
- rutor def: revert setting usage into query
2017-11-16 19:08:49 +13:00
kaso17 69e7c7def3 clear cookies on unconfigure 2017-11-13 16:55:02 +01:00
kaso17 21882c81d8 PirateTheNet: improve login 2017-11-13 16:54:44 +01:00
kaso17 30ac099653 Reset SiteLink on unconfigure 2017-11-13 12:55:54 +01:00
kaso17 1a85927e44 PirateTheNet: add auo relogin support 2017-11-13 11:18:41 +01:00
ZackEndboss b1d55fdf00 Update TorrentSyndikat.cs (#2128)
Add imdb support
2017-11-13 19:42:25 +11:00
Nathan Holland 1c62504b22 Remove Static Configuration Class and .NET Core Prep (#2122)
* Remove static configuration class that required prior knowledge of when it was initialised to dependency injected method that ensures all configuration has already occured.

* Specify a different log name for the updater, require a path when running the Jackett updater

* Update to all .NET Standard packages

* Explicitly specify the restore project style

* Move automapper out of the  DI framework and put crude detection to prevent it from initializing more than once.
2017-11-13 19:38:38 +11:00
kaso17 c216727735 PassThePopcorn: make GUID uniq 2017-11-10 16:56:08 +01:00
kaso17 a6b5401c0b add support for magnet file download links 2017-11-09 13:28:15 +01:00
kaso17 804dc12a47 BJShare: fix seeders/leechers 2017-11-08 17:33:40 +01:00
kaso17 3ae850e69b Cardigann: fix null pointer exception in if template 2017-11-08 16:18:28 +01:00
kaso17 9c98465b21 EliteTracker: clear cookies on login 2017-11-07 16:17:07 +01:00
Alexander Chapliuk 969c365a64 LostFilm.tv: Perform logout before logging in to invalidate session and fix "error":1 response (#2083) 2017-11-07 11:16:05 +11:00
kaso17 55ce1394c6 Cardigann template: add if support for collections 2017-11-06 17:16:29 +01:00
kaso17 1739ac3935 TehConnection: removed (dead) 2017-11-06 15:26:51 +01:00
kaso17 51d2c2148a DigitalHive: improve login error handling 2017-11-06 15:13:02 +01:00
kaso17 be2a041a71 AnimeBytes: add captcha support 2017-11-06 14:29:46 +01:00
Nathan Holland 571c52a0f2 Feature/netcore preparation (#2072)
* Use platform detection that works on mono 4.6+

* Move to use package reference for restoring nuget packages.

* DateTimeRoutines does not have Nuget packages that support .NET Standard (and therefore .NET Core). We will have to include them for now until we can get rid of this dependency.

* Start spliting some interfaces into their own files - this will help by allowing us to split them out in the future into a seperate project so the actual implementations can stay within their respective architectures when required

* Move out common libraries

* Few more tidy up tasks to get things working with .NET Standard

* Restructure the solution layout

* Encoding work to reduce rework later on platforms without Windows codepages (or require compliance with RFC1345)

* Move folder structure around to have more natural layout of the solutions

* DI server configuration to get rid of "temporary" hack and dependency circle for serverservice

* Make all encoding consistent to match the expected encoding casing for earlier versions of mono.
2017-11-05 20:42:03 +11:00