Commit Graph

2963 Commits

Author SHA1 Message Date
flightlevel 0dd9842e84 Update Tests to net461 2018-07-01 14:40:06 +10:00
flightlevel 42728e2694 Update installer so that it kills Jackett when uninstalling 2018-06-30 22:49:11 +10:00
Celedhrim 44d14dc19c downloadville: fix definition (#3308) 2018-06-29 17:34:21 +02:00
kaso17 2e95c491a1 Blutopia: fix for new layout 2018-06-29 17:33:21 +02:00
kaso17 acfc776462 Torrent9: update domain 2018-06-29 15:16:13 +02:00
kaso17 b6692a7dab LostFilm: fix date parsing 2018-06-29 15:16:04 +02:00
kaso17 34fc2a0d15 cpasbien: update domain 2018-06-29 14:49:26 +02:00
kaso17 07938dcef8 BJShare: enable tracker specific categories 2018-06-29 14:16:41 +02:00
kaso17 847c5dfdcb Frozen Layer: improve title parsing (#3301)
Thank you @IhToN
2018-06-29 14:01:37 +02:00
ATAlgaba bd47603f0d xbytes2: fix downloadvolumefactor parsing
Update _downloadvolumefactor_ as now they are using .png files
2018-06-28 18:22:00 +02:00
kaso17 8b86146715 YGGtorrent: fix typo 2018-06-28 16:50:45 +02:00
kaso17 5343c9109b YGGtorrent: fix size and add grabs 2018-06-28 16:46:00 +02:00
kaso17 687acae90b Torrent.LT: replace dots 2018-06-28 16:30:57 +02:00
kaso17 871e540957 The New Retro: add support for PIN 2018-06-28 16:21:47 +02:00
Akuma737 b0ce0b5350 metaltracker: Use Artist instead of keyword (#3295)
use artist instead of keyword if artist is supplied to make it somewhat compatible with lidarr(by default supplies artist and album with empty keyword)
2018-06-27 16:31:36 +02:00
flightlevel bc965b1a0c Merge branch 'master' into dotnetcore 2018-06-27 22:12:53 +10:00
flightlevel 89b60c4c15
Update README.md 2018-06-27 22:11:57 +10:00
flightlevel 47a84775c5 Launch tray icon when Windows service updates 2018-06-27 22:02:51 +10:00
kaso17 8de0b0cbad ProtectionService: fix empty password handling 2018-06-26 17:58:46 +02:00
kaso17 b95fbd76a7 Merge branch 'master' of https://github.com/Jackett/Jackett 2018-06-26 17:47:29 +02:00
kaso17 6b44cc9b74 fix migration logic 2018-06-26 17:47:19 +02:00
flightlevel 0612c70ca1
Mono 5.8 is the minimum required 2018-06-26 20:21:21 +10:00
flightlevel 060972475f Windows Tray/Serice update improvements 2018-06-26 19:44:12 +10:00
kaso17 28bbeec462 MyAnonamouse: improve re-login detection 2018-06-24 18:38:49 +02:00
flightlevel 099adadbdc Don't need to clean BuildOutput 2018-06-24 18:07:41 +10:00
flightlevel 43511c6ecb Merge branch 'master' into dotnetcore 2018-06-24 18:06:09 +10:00
flightlevel aa3e9c6fde Updater: Add version element 2018-06-24 18:04:59 +10:00
flightlevel e53cdcb909 Update build script for Kestrel builds 2018-06-24 12:13:33 +10:00
flightlevel fd14ad3f93 Remove Jackett.Service.Windows from solution file 2018-06-24 12:06:28 +10:00
flightlevel ca1af97e42 Remove Jackett.Service.Windows
No longer needed now that Jackett.Service covers both scenarios
2018-06-24 12:04:27 +10:00
flightlevel 4970219ea7 Remove call to PlatformAbstractions 2018-06-24 12:00:59 +10:00
flightlevel 54c5b66ecf Merge branch 'master' into dotnetcore 2018-06-24 11:43:02 +10:00
flightlevel 8ae09d453d Remove Microsoft.Extensions.PlatformAbstractions dependency
Was only needed for .NET Core 1
2018-06-24 11:38:57 +10:00
flightlevel f2e7ec25c8 Update build in preparation for Kestrel builds 2018-06-24 11:32:22 +10:00
flightlevel 7f9fff4683 Jackett.Updater: Make compatible with both legacy & .NET Core 2018-06-24 11:31:08 +10:00
Jorman 13f2eea298 TNTVillage: Update for better regex expression (#3276)
This tracker always respect the format
SXXEYY so I cleaned up the code, I only updated the code adding a simple regex, just in case a rel with XXxYY came up!
2018-06-24 00:50:58 +02:00
kaso17 d6f5a1b242 Merge branch 'master' of https://github.com/Jackett/Jackett 2018-06-23 10:26:31 +02:00
kaso17 ab37f0c2c7 Fuzer: add invisible recaptcha detection 2018-06-23 10:26:02 +02:00
flightlevel 9710b37064 Merge branch 'master' into dotnetcore 2018-06-23 11:39:19 +10:00
flightlevel 54f7568111 InnoSetup: Make paths parameters 2018-06-23 11:38:32 +10:00
flightlevel 06758964c0 Jackett.Service: Make compatible with both legacy & .NET Core 2018-06-23 11:37:49 +10:00
flightlevel b56552e0f4 Updater: Remove unused reference 2018-06-23 11:36:29 +10:00
kaso17 ef8653f7d2 AST4u: add support for alternative layout 2018-06-22 17:32:44 +02:00
Ivan de la Beldad Fernandez d5a6987390 add mejortorrent indexer (#3268)
* feat: start mejortorrent indexer, create basic configuration

* feat: add basic tv show scraper for series search

* fix: add guid so more than one episode is returned

* feat: add date to episodes

* feat: add support for multi-episodes

* feat: add proper filtering

* fix: change filter when there is no season or no episode

* feat: implement tv show rss scraper with no links by the moment

* feat: finish tv-shows rss

* fix: prevent sdtv to be marked as hdtv

* docs: add mejortorrent indexer to readme

* add url encode

* fix encoding

Content seems to be UTF8

* add missing include

* fix my fixes

* fix encoding
2018-06-22 16:48:33 +02:00
kaso17 8fb92ca05c Cinemageddon: attempt to fix download 2018-06-22 16:16:26 +02:00
morpheus133 11c7015c17 NCore: fix title generation (#3270) 2018-06-22 16:12:22 +02:00
flightlevel 8bc5d813b7 Tray Icon fix log message 2018-06-22 22:49:17 +10:00
flightlevel 012f5f05cc Update Logging 2018-06-22 22:35:58 +10:00
flightlevel cd65ec7a71 Merge branch 'master' into dotnetcore 2018-06-22 22:32:48 +10:00
flightlevel 45826df4fe Make Jackett Tray compatible with both legacy & .NET Core projects 2018-06-22 22:29:45 +10:00