1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-16 08:49:58 +00:00
Commit graph

57 commits

Author SHA1 Message Date
Ellmout
075092857b ArcheTorrent - Better search v3 (#2150)
* ArcheTorrent - Better search

* ArcheTorrent - Better search v2

ArcheTorrent - Better search v2

* ArcheTorrent - Better search v3

ArcheTorrent - Better search v3
2017-11-16 07:01:32 +13:00
kaso17
0a82f950c3 fix update process 2017-11-15 15:23:44 +01:00
kaso17
dc46dd48b1 cleanup 2017-11-14 20:43:42 +01:00
kaso17
280be17c3a use original exe filename 2017-11-14 20:31:27 +01:00
kaso17
fb6c7d2b64 Merge branch 'master' of https://github.com/Jackett/Jackett 2017-11-14 20:22:00 +01:00
kaso17
b2a27591e6 fix NoRestart option 2017-11-14 20:21:31 +01:00
Guizzoni
fb63d22666 Update speed-share.yml (#2138)
Added proper tracker configuration instructions in an info box
2017-11-13 19:05:41 +01:00
kaso17
dcb171a655 The Place: enable andmatch filter 2017-11-13 18:11:19 +01:00
kaso17
b2bc982c1c The Empire: enable andmatch filter 2017-11-13 18:11:06 +01:00
kaso17
255a0f0ffa NetHD: enable andmatch filter 2017-11-13 18:10:55 +01:00
kaso17
80ea816bc7 hyperRay: enable andmatch filter 2017-11-13 18:10:46 +01:00
kaso17
b1371aae2b HDSky: enable andmatch filter 2017-11-13 18:10:35 +01:00
kaso17
27a455ad00 Merge branch 'master' of https://github.com/Jackett/Jackett 2017-11-13 16:55:12 +01: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
Ellmout
47f53ab47f ArcheTorrent: improve search (#2119)
* ArcheTorrent - Better search

* ArcheTorrent - Better search v2

ArcheTorrent - Better search v2
2017-11-13 13:04:24 +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
Garfield69
fe504ed660 TPB: lowercase the search to allow proxies to work. fix #2120 2017-11-12 19:12:00 +13:00
kaso17
84571f05fc The Place: update site links 2017-11-11 13:56:18 +01:00
Garfield69
d055cf789f downloadville: add French Private site for Movies/TV/General. resolves #1565 2017-11-11 16:35:04 +13:00
Garfield69
15412c2508 elittracker: add Hungarian Private site 0day/general #1445 2017-11-11 07:32:09 +13:00
kaso17
c216727735 PassThePopcorn: make GUID uniq 2017-11-10 16:56:08 +01:00
kaso17
a38b13608e automapper: default to UTF8 encoding 2017-11-10 12:48:24 +01:00
kaso17
0b302915d6 Fix automapper encoding handling 2017-11-10 12:46:04 +01:00
kaso17
009cc28415 Torrent Downloads: use magnet links 2017-11-10 12:06:59 +01:00
kaso17
7007f2e650 ETTV: improve keywordsfilters 2017-11-10 11:30:11 +01:00
Garfield69
05b1895205 ettv: fix #2052 so that 'sortby added' returns proper results
the default search for ettv is to return 'any words' matched, which when
paired with 'sortby added' meant the top resutls were not useful.
now we prefix the keyworks with '+' and urlencodes them, ensuring that
'all words' matched is returned.
2017-11-10 09:50:30 +13:00
Garfield69
955aa2c9ec ettv: add description 2017-11-10 08:02:09 +13:00
kaso17
7b8f6ccd7f add ETTV 2017-11-09 13:28:44 +01:00
kaso17
a6b5401c0b add support for magnet file download links 2017-11-09 13:28:15 +01:00
kaso17
6d53e486c5 fix Content/Definition folder usage in Debug mode 2017-11-09 12:32:36 +01:00
kaso17
aa35280ca9 Shareisland: force HTTPS 2017-11-09 11:38:42 +01:00
kaso17
804dc12a47 BJShare: fix seeders/leechers 2017-11-08 17:33:40 +01:00
kaso17
5095c543d0 The Horror Charnel: improve rows selector 2017-11-08 16:41:50 +01:00
kaso17
3ae850e69b Cardigann: fix null pointer exception in if template 2017-11-08 16:18:28 +01:00
Nathan Holland
52c0179e8e Feature/autofac tidyup (#2096)
* Move service config service back into shared .NET Framework Library

* Move Content files into shared folder. Make autoface load different assembilies depending on what framework is using it.

* Change my mind on what the shared module should be called. Common Module is too bland.

* DotNet4.SocksProxy is not yet publically .NET Standard. Revert to previous SocksWebProxy package.

* Check in unstaged change to test dependency injection setup.
2017-11-08 15:45:21 +01:00
flightlevel
2209ab226c
Updater: Use Product Version (#2094) 2017-11-08 19:53:00 +11:00
Garfield69
81b2eed342 torrentproject: removed to stop user confusion re: 403 forbidden
in the event it revives we can always add it back ;-)
2017-11-08 07:44:44 +13:00
kaso17
5a555427ee torznab: fix time format for pubDate default 2017-11-07 17:14:10 +01:00
kaso17
9c98465b21 EliteTracker: clear cookies on login 2017-11-07 16:17:07 +01:00
kaso17
8c053797ce WebClient: set Accept-Language if missing 2017-11-07 16:10:12 +01:00
Garfield69
e72298ad42 gfxnews: update categories, support milti-cat search #2036 2017-11-07 19:13:28 +13:00
Garfield69
3b447b697c yggtorrent: add all cats, fix rss, plus more. fix #2066 2017-11-07 17:21:13 +13:00
flightlevel
a3c685388e
Move Definitions to Jackett.Common (#2085) 2017-11-07 11:42:18 +11: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