Commit Graph

2099 Commits

Author SHA1 Message Date
kaso17 9a50a378cb Merge branch 'master' of https://github.com/Jackett/Jackett 2017-11-16 13:30:43 +01:00
Garfield69 4cf9dc6eb9 newstudio: various improvements
correct date parse
and add english date handling (for users that set english in profile)
add freeleech gold
add category in results for Sonarr
add banner
amend descritpion tag
2017-11-16 20:16:35 +13:00
Garfield69 86c5c61e84 rutor: correct date field 2017-11-16 19:53:05 +13:00
Garfield69 d12888f611 rutor: cosmetic clean up of yaml comments 2017-11-16 19:17:40 +13: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
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 dd09daf28f WebClient: improve logging 2017-11-15 19:00:27 +01:00
kaso17 798dc9bf4b UpdateService: add logging 2017-11-15 19:00:10 +01: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 7b80d3c07e fix updater options 2017-11-14 20:21:40 +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
flightlevel a6ba9040d9
Use Cake to Build (#2113) 2017-11-11 17:14:14 +11:00
Nathan Holland 29e61feede Bugfixes (#2112)
* The module will need to be registered first thing in order to support commands such as --Help.

* Ignore mac directory attribute files

* Fix command line parameters not being correctly passed to the console
2017-11-11 16:21:26 +11: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 b5d846442d Fix tracing/logging options 2017-11-09 11:22:48 +01:00
kaso17 b040187c3f fix null pointer exception 2017-11-08 17:48:27 +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
kaso17 4cd01433b7 fix null pointer 2017-11-08 16:06:13 +01:00
kaso17 06c47ec10a fix null pointer exception during startup 2017-11-08 16:03:38 +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
flightlevel 2363793d29
Remove unused ProxyType (#2084) 2017-11-07 11:34:33 +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 1d1259e8eb MySpleen: fix search 2017-11-06 17:54:00 +01:00
kaso17 55ce1394c6 Cardigann template: add if support for collections 2017-11-06 17:16:29 +01:00
kaso17 8499d06a14 KickAssTorrent (thekat.nz): fix legacy link 2017-11-06 16:00:01 +01:00
kaso17 1739ac3935 TehConnection: removed (dead) 2017-11-06 15:26:51 +01:00
kaso17 1a802f3e32 Blu-bits: removed (dead) 2017-11-06 15:15:02 +01:00
kaso17 51d2c2148a DigitalHive: improve login error handling 2017-11-06 15:13:02 +01:00
kaso17 25d0ec6ddb BitHQ: removed (dead) 2017-11-06 15:12:42 +01:00
kaso17 b9d12aec9b Hyperay: add error detection 2017-11-06 15:04:19 +01:00
kaso17 44f241a4eb IndexerException: use GetBaseException for better error messages 2017-11-06 15:03:12 +01:00
kaso17 27e314088e AnimeBytes: add captcha support 2017-11-06 14:30:03 +01:00
kaso17 be2a041a71 AnimeBytes: add captcha support 2017-11-06 14:29:46 +01:00
flightlevel 38d5394a48
Bump Custom.js version (#2080)
Prevent browser using cached old version
2017-11-06 22:14:00 +11:00
Andy Simons 2b32fb358c Socks proxy support (#2058)
* socks proxy implementaion through SocksWebProxy package

* after merge fixes
2017-11-06 21:51:26 +11:00
flightlevel 7ce1c4acfb
Appveyor: Patch Version (#2073)
-Patch csproj version in Appveyor build
-Rename Jacket.Common to Jackett.Common
-Remove build.bat (no longer used or maintained)
2017-11-05 21:53:43 +11: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
Garfield69 47a2ffa313 kickasstorrent-kathow: domain change .se -> .nz fix #2065 2017-11-04 12:37:46 +13:00
Garfield69 1026d0a290 frozenlayer: add SPANISH Public ANIME site for #1556 2017-11-04 12:23:08 +13:00
Garfield69 f02dad054b torrent9: fix #2057
drop sort by seeds as site's page is broken
add category to results
add category filter in settings because site does not support multi-cats
add date now to prevent ugly' 2017y ago'
2017-11-02 14:47:56 +13:00
Nathan Holland 36bd2c032f Use platform detection that works on mono 4.6+ (#2055) 2017-11-01 21:37:51 +11:00
flightlevel 5c35ada012
Use BencondNET instead of MonoTorrent (#2048) 2017-11-01 12:42:26 +11:00
Garfield69 e0833ba719 bt-scene: add Public site for MOVIES/TV/GENERAL resolves #2038 2017-11-01 12:42:20 +13:00
Garfield69 7039bbdb51 t411v2: gone. redirects to yggtorrent.com fix #2040 2017-11-01 10:05:54 +13:00
Garfield69 bc4d69ffd8 yfftorrent: fix TEST for #2051 2017-11-01 08:38:13 +13:00
flightlevel a319838029
Bump Custom.js version (#2046)
Prevents cache using old version
2017-10-31 20:54:00 +11:00
Andy Simons 570ea5bb51 UI proxy settings (#2043) 2017-10-31 20:45:30 +11:00
Guizzoni 7638d9bc39 Update manicomioshare.yml (#2045)
This update (hopefully) fixes relogin detection.
2017-10-31 06:56:47 +13:00
Alexander Chapliuk 46c993d608 Update LostFilm.tv indexer (#2030)
* LostFilm.tv: Fix language and quality in release titles

* LostFilm.tv: Snatch Season Packs if they are available

* LostFilm.tv: Fix searching for series with special characters in title

* LostFilm.tv: Parse episode details on episode page, not on Discovery page

* LostFilm.tv: Don't snatch separate episodes if season pack was requested but not found

* LostFilm.tv: Repace logger.Info with logger.Debug to keep logs free of spam
2017-10-30 21:56:01 +11:00
Garfield69 9139e64762 gfxnews: add Private tracker GRAPHICS SOFTWARE/TUTORIALS #1445 2017-10-30 16:28:23 +13:00
Garfield69 4d9ca394f4 kinozal: multi cat is not supported. 2017-10-30 16:26:14 +13:00
Garfield69 1c88cf96df skytorrents: handle the two different date schemes 2017-10-30 09:57:56 +13:00
Nathan Holland 8a6b9d4de7 Feature/netcore preparation (#2035)
* Move to use package reference for restoring nuget packages.

* Return a task result for this async method.

* Update to a supported version of the .NET Framework. This also has the side effect of allowing us to automatically generate our binding redirects on build.

* Set the solution to target VS2017

* Update test solution csproj file to support being built through MSBuild 15

* Move to use package reference for restoring nuget packages.

* Return a task result for this async method.

* Update to a supported version of the .NET Framework. This also has the side effect of allowing us to automatically generate our binding redirects on build.

* Set the solution to target VS2017

* Update test solution csproj file to support being built through MSBuild 15

* 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.

* Move the interfaces into their own files. This will be useful when we share them between the .NET Core and .NET Framework WebAPI

* Stage services that need to point to the new interface namespace.

* Update CurlSharp to fix memory leak issue and support better runtime compatibility with OSX and Linux

* 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
2017-10-29 21:19:09 +11:00
Nathan Holland 7829643104 Feature/package reference restore (#2025)
* Move to use package reference for restoring nuget packages.

* Return a task result for this async method.

* Update to a supported version of the .NET Framework. This also has the side effect of allowing us to automatically generate our binding redirects on build.

* Set the solution to target VS2017

* Update test solution csproj file to support being built through MSBuild 15

* Move to use package reference for restoring nuget packages.

* Return a task result for this async method.

* Update to a supported version of the .NET Framework. This also has the side effect of allowing us to automatically generate our binding redirects on build.

* Set the solution to target VS2017

* Update test solution csproj file to support being built through MSBuild 15
2017-10-29 19:42:25 +11:00
flightlevel 84ccd323e0
Code Tidy: Indexers P to Z (#2033) 2017-10-29 17:50:47 +11:00
flightlevel e93d8f0f7c
Code Tidy: Indexers A to N (#2032)
* Code Tidy: Indexers A-B

* Code Tidy: Indexers C to H

* Code Tidy: Indexers I-N
2017-10-29 17:21:18 +11:00
Garfield69 332a434499 t411v2: fix search row header. Fix #2028 2017-10-29 12:58:44 +13:00
Garfield69 4dc8055830 cpabien: domain change yet again. fix #2029 2017-10-29 11:45:28 +13:00
Garfield69 ea7421ea93 rutor: add this Russian Public site for TV/MOVIES/GENERAL #1445 2017-10-29 10:49:49 +13:00
Garfield69 959f66ad78 megabliz: add Semi-Private site for MOVIES/TV/GENERAL. #1445 2017-10-28 18:08:18 +13:00
Garfield69 f9d128994d kinozal: add Russian semi-private MOVIE/TV/MUSIC tracker. resolves #351 2017-10-27 09:14:50 +13:00
Andrew 9bf7d5b92a Added BitMe tracker (#2014)
fix #1977
2017-10-26 10:17:42 +02:00
Garfield69 445f19dcd2 mvgroup: site does not provide size, but Sonarr requires it.
so we default to 500 MB to satisfy it.
2017-10-26 17:21:25 +13:00
kaso17 ccffdaa5ee PirateTheNet: fix category handling 2017-10-25 18:19:13 +02:00
kaso17 804c771cbe AlphaRatio: use gazelle base and update categories 2017-10-25 17:46:23 +02:00
kaso17 0ab6734dec BaseIndexer: Update cookies in RequestBytesWithCookies() 2017-10-25 17:20:39 +02:00
kaso17 23ae126026 Rarbg: retry on invalid token 2017-10-25 16:14:06 +02:00
kaso17 963b7aa78f Merge branch 'master' of https://github.com/Jackett/Jackett.git 2017-10-25 16:03:16 +02:00
kaso17 3eb7534ddd disable recaptcha support 2017-10-25 16:03:09 +02:00
Guizzoni 8dad840f3f Update speed-share.yml (#2013)
Added missing categories, release date, release type. 
Fixed some errors, and removed some useless strings.

Unfortunately the indexer shows non scene resolutions like "848x480; 1920 x 960" and i wan't able to translate that to "480p; 720p" because there are so many different resolutions. If someone could help me with that, i'd be glad.
2017-10-25 15:40:56 +02:00
Garfield69 be128ed1d5 mvgroup: tweak cateory and subtitles default 2017-10-25 08:14:31 +13:00
Garfield69 fb904840b8 mvgroup: new trackers for the Main and Forum versions of the site. Completes #315 2017-10-25 08:01:28 +13:00
kaso17 b4e81301a3 Fuzer: use browse.php 2017-10-24 18:30:09 +02:00
kaso17 0ada1871ba Blutopia: add global freeleech support 2017-10-24 12:24:36 +02:00
kaso17 6200eba45d Cardigann: move preprocessingfilters after re-login check 2017-10-24 11:51:54 +02:00
kaso17 7f7c6eb1c4 Merge branch 'master' of https://github.com/Jackett/Jackett.git 2017-10-24 11:15:52 +02:00
kaso17 92fb27e188 Cardigann: fix re_replace regex 2017-10-24 11:15:46 +02:00
Garfield69 82eebf82d3 btdb: fetch up to 100 results instead of just 10. Fix #1999 2017-10-24 20:32:54 +13:00
Garfield69 5607458f60 t411v2: fetch up to 100 results instead of just 20. Fix #1944 2017-10-24 20:16:53 +13:00
Guizzoni 16654d46df Add Speed-Share indexer (#2005)
fix #1699
2017-10-24 08:47:21 +02:00
Garfield69 c8bfd73c8d yaml definitons: use of single search path is deprecated
this goes double for associated method!
and brings everything into line with current wiki docs
2017-10-24 06:55:22 +13:00
kaso17 e6a2646a98 BitMeTV: use and filter 2017-10-23 18:10:19 +02:00
kaso17 6dc12f0d3c Torznab: add audio-search cap 2017-10-23 18:02:53 +02:00
kaso17 0846ca40cd PTFiles: adjust rows selector
fix #1844
2017-10-23 17:47:58 +02:00
kaso17 dae55ad500 The Empire: fix download link
fix #1997
2017-10-23 17:08:35 +02:00
Andrew 5e361c2087 uhdbits: fix date (#2000) 2017-10-23 16:51:02 +02:00
Brian Hardisty 3d7ecd197b BeyondHD: Add new `FraMeSToR 4K REMUX` category (#2001) 2017-10-23 16:49:47 +02:00
Frederik Nielsen c0524db98d Hounddawgs: Fix grabs/seeders/peers (#1993) 2017-10-23 08:03:37 +02:00
Garfield69 fa8021c048 metaltracker: source cosmetic alignment 2017-10-23 07:15:44 +13:00
Garfield69 246a761eb7 cpabien: add date 2017-10-23 07:15:04 +13:00
Garfield69 28260afdd9 nexttorrent: new domain fix #1996 2017-10-23 07:14:35 +13:00
Garfield69 4c42995ebc anirena: fix #1990
Add a few missing categories
handle TEST correctly
prevent row selector false hits
add date as now instead of 2017y ago
add category selector for results
2017-10-22 15:47:04 +13:00
Garfield69 bdc2843b40 metaltracker: add semi-private heavy metal music tracker #282
this definition is for the english version of the site
2017-10-22 08:44:22 +13:00
Ellmout 6e61f38644 Convert ArcheTorrent from C# to Definition file (#1987)
* Merge ArcheTorrent from C# to Definition files

* Merge ArcheTorrent from C# to Definition files (forgot csproj file)
2017-10-21 11:05:08 +02:00
Andrew 8ff186d716 torviet: fix including dead (#1989) 2017-10-21 11:03:51 +02:00
kaso17 c58b9d58a9 Xthor: enable tracker specific categories 2017-10-19 16:54:15 +02:00
kaso17 1603516666 CardigannIndexer: add support for music-search 2017-10-19 16:46:34 +02:00
kaso17 46e841fc13 SceneTime: update categories 2017-10-19 16:45:07 +02:00
kaso17 d4ff5d3022 cpasbien: update site links 2017-10-19 16:26:29 +02:00
kaso17 935416cf0d fix music-search supportedParams 2017-10-18 18:42:00 +02:00
kaso17 7ca75f51e3 enable album music search 2017-10-18 18:34:46 +02:00
kaso17 9b592259aa notwhat.cd: enable music-search 2017-10-18 18:31:27 +02:00
kaso17 281678892d Redacted: enable music-search 2017-10-18 18:31:14 +02:00
kaso17 9aace8ae16 Synthesiz3r: enable music-search 2017-10-18 18:31:02 +02:00
kaso17 adcfade7f2 Torznab: add support for music-search 2017-10-18 18:30:41 +02:00
Tobias Nordahl Kristensen d0d51a907e Hounddawgs: Fix category 89 & 91 (#1981)
Both is DK Movies (HD&SD) and _not_ TV-content.
2017-10-18 12:25:06 +02:00
Max Maton 0a4e003bde Secret Cinama: Fix search (#1979)
* Fix Secret Cinama searching

* Update secretcinema.yml
2017-10-18 11:14:36 +02:00
kaso17 7230507f5a AnimeBytes: improve Audio category matching 2017-10-18 11:00:47 +02:00
kaso17 07744ab88f AnimeBytes: add Forbidden error handling 2017-10-18 10:46:38 +02:00
kaso17 a8f80ca60e Revert "HttpWebClient: Add certificate whitelist warnning"
This reverts commit b9d3592f3a.
2017-10-17 19:11:32 +02:00
kaso17 3011f22101 MoreThanTV: add season filtering 2017-10-17 19:10:53 +02:00
kaso17 f3098bd6d9 Blutopia: fix timezone parsing 2017-10-17 18:41:01 +02:00
kaso17 b9d3592f3a HttpWebClient: Add certificate whitelist warnning 2017-10-17 18:38:35 +02:00
kaso17 f299cf3ac3 Il Corsaro Nero: update certificate 2017-10-17 18:26:32 +02:00
kaso17 48118d5691 Blutopia: fix definition 2017-10-17 18:23:32 +02:00
kaso17 5d6b71b7a7 Cardigann: add Preprocessing Filters 2017-10-17 18:23:13 +02:00
kaso17 e5982b49a2 GkTorrent: update links 2017-10-17 13:09:02 +02:00
kaso17 bb80da9b19 AnimeBytes: fix parse error on empts tag list 2017-10-17 12:49:54 +02:00
kaso17 d027901257 ShowRSS: default to HTTPS 2017-10-17 12:30:04 +02:00
alimnette 8b8629ef19 T411v2: Fix Greys Anatomy search (#1962)
Fixes #1963
2017-10-17 12:22:10 +02:00
Alexander Chapliuk 3cdab54f5c Add LostFilm.tv indexer (#1975)
Fixes #1922
2017-10-17 12:19:03 +02:00
kaso17 d0342019bc FileList: update categories 2017-10-17 12:08:52 +02:00
kaso17 3c61cb6f06 Xtreme Zone: update paths 2017-10-17 11:56:22 +02:00
kaso17 3863008846 M-Team - TP: add support for adult torrents 2017-10-17 11:49:57 +02:00
kaso17 22ca2d9552 Merge branch 'master' of https://github.com/Jackett/Jackett.git 2017-10-17 11:15:32 +02:00
kaso17 e6029c41a7 Manual search: strip leading zeroes from episode 2017-10-17 11:15:28 +02:00
kaso17 63cf687f02 Animebytes: add AddSynonyms and FilterSeasonEpisode options 2017-10-17 11:15:09 +02:00
Jelle d30bde715c Added the aggregate indexer to be retrievable from IndexerManagerService.GetWebIndexer() (#1969) 2017-10-16 18:22:16 +02:00
Garfield69 12b9d6ca7d btbit: add the English version of this public. resolves #1934 2017-10-16 17:59:56 +13:00
alimnette 0933d913dc Update t411v2.yml (#1949)
Fix Grey's Anatomy results
2017-10-11 07:48:08 +02:00
Garfield69 8aa82a22f4 nexttorrent: moved domain to www.nextorrent.cc #1950 2017-10-11 13:00:33 +13:00
Garfield69 91817a10ff torrent9: moved domain ... again! #1950 2017-10-11 12:51:40 +13:00
Garfield69 49a7c8df7a gktorrent: fix #1941
the dashboard test requires just the base path.
categories matching requires french keywords
the site does not supply a release date, so lets default to now,
otherwise we get ugly "2017y old" in dashboard results.
2017-10-09 13:36:09 +13:00
garfield69 34780f91be cpabien: switch to .org domain fix #1933 (#1937)
this avoids redirection by .cc domain
add .cc as legacylink
also add original .co as legacylink
2017-10-09 10:36:07 +13:00
garfield69 851a4d30e1 DanishBits: add Passkey info to hopefully prevent #1892 #1873 #1850 (#1925)
* DanishBits: add Passkey info to hopefully prevent #1892 #1873 #1850

**WARNING** this is a completely untested code change, as I don't have VS or a c# compiler.      
I simply made my best guess based on similar code I found in TorrentBytes.cs
Please review carefully, and hopefully I haven't left anything out ;-)
If you don't want me to make future changes like this without the required tools, then please let me know. Thanks.

* Update DanishBits.cs

* Update DanishBits.cs

* Update DanishBits.cs

* Update DanishBits.cs

* Update DanishBits.cs

* Update DanishBits.cs

* Update ConfigurationDataUserPasskey.cs

add display item instructions

* Update DanishBits.cs

switch to ConfigurationDataUserPasskey
and drop unused using statements

* Update CouchPotatoTracker.cs

add ConfigurationDataUserPasskey ConfigData1

* Update CouchPotatoTracker.cs

fix optional configData parm override

* revert

oops no, that wipes preloaded data :(

* Update CouchPotatoTracker.cs

add configurationDataUserPasskey as parameter
2017-10-06 10:36:04 +02:00
garfield69 2ab6d13493 Descriptions3 (#1923)
* AnimeTosho: add description

* worldwidetorrents: add description

* 2fast4you: add description

* 7tor: add description

* arabafenice: add description

* ast4u: add description

* b2s-share: add description

* bithumen: add description

* bitspyder: add description

* BrokenStones: add description

* cpasbien: add description

* CzTorrent: add description

* Deildu: add description

* diablotorrent: add description

* gigatorrents: add description

* gktorrent: add description

* gktorrent: amend description

* gods: add description

* greekteam: add description

* hdtorrentsit: add description

* ilcorsaronero: add description

* kickasstorrent-kathow: add description

* linkomanija: add description

* losslessclub: add description

* manicomioshare: add description

* nexttorrent: add description

* Norbits: amend description

* nyaa-pantsu: add description

* nyoo: add description

* PassThePopcorn: amend description

* PolishTracker: add description

* ptfiles: add description

* t411v2: add description

* tntvillage: add description

* TorrentNetwork: add description

* torrent9: add description

* TorrentDay: amend description

* torrentsmd: add description

* trancetraffic: add descrption

* trezzor: add description
2017-10-04 07:05:10 +02:00
kaso17 fd79b317ea Rarbg: adjust delay 2017-10-03 15:32:44 +02:00
kaso17 0e0d53fa00 IWebClient: fix DelayRequest 2017-10-03 15:32:34 +02:00
kaso17 034edbd32a DanishBits: fix download 2017-10-03 14:23:31 +02:00
kaso17 ecc438b21e Isohunt: remove (dead) 2017-10-03 14:04:29 +02:00
kaso17 d2d3dfbe77 MoreThanTV: improve search results 2017-10-03 13:03:25 +02:00
garfield69 addd6ae226 btdb: fix #1900 add support for Sonarr and Radarr (#1921)
the btdb site does not use categories and supplies magnets for all sorts of content.
So the btdb definition now always returns category `100001 Other` for all search results.
Added info in settings to provide instructions on setting up btdb on Sonarr and Radarr.
Tested on Jackett Dashboard, Sonarr and Radarr.
2017-10-03 12:53:48 +02:00
garfield69 5818548dbf kickasstorrent: fix #1852 (#1920)
fix so it passes the Sonarr test.
add description.
Tested on Jackett Dashboard and Sonarr
2017-10-03 12:50:46 +02:00
Wyall 38e039ac34 Update TransmitheNet.cs (#1919)
TTN -> NBL as it's called nebulance
2017-10-03 12:48:50 +02:00
EffeF 4c3f45fd8c hdtorrentsit: fix #1294 (#1918)
* Update hdtorrentsit.yml

* Update hdtorrentsit.yml
2017-10-03 12:48:31 +02:00
garfield69 1b7e8a9edf Descriptions2 (#1916)
* asiandvdclub: add description

* bb: amend description

* fanoin: add description

* freedomhd: add description

* fullmixmusic: add description

* gormogon: add description

* icetorrent: add description

* majomparade: add description

* mononokebt: add description

* PiXELHD: add description

* rodvd: add description

* tasmanit: add description

* thetorrents: add description

* torrenthr: add description

* utorrents: add description

* zamundanet: add description

* zelkaorg: add description

* ztracker: add description

* 1337x: add description

* BroadcastTheNet: add description

* torrenting: add description

* gfxpeers: add description

* torlock: add description

* aniRena: add description

* 1337x: amend description

* anidex: amend description

* aniRena: amend description

* btdb: add description

* Demonoid: add description

* eztv: add description

* idope: add description

* limetorrents: add description

* thepiratebay: add description

* nyaasi: add description

* magnetdl: add description

* RARBG: add description

* RuTracker: add description

* skytorrents: add description

* torrentdownloads: add description

* torrentz2: add description

* YTS: add description

* zooqle: add description
2017-10-03 12:47:02 +02:00
kaso17 af4df90832 fix typo 2017-10-01 15:01:24 +02:00
kaso17 c99fdfe641 Merge branch 'master' of https://github.com/Jackett/Jackett.git 2017-10-01 14:27:37 +02:00
kaso17 211e80cb17 TV Chaos: update categories 2017-10-01 14:27:30 +02:00
garfield69 d687dfc3e1 hyperay: update link and add description (#1912)
hyperay switched domains in feb '17
source: opentrackers.org
2017-10-01 11:28:52 +02:00
garfield69 1ea5b21956 Display a description on Indexer Setup panel (#1911)
* custom.js: add description alert to Indexer Setup panel

* index.html: add description to Indexer Setup panel

* Update index.html
2017-10-01 11:28:10 +02:00
Matthew Banning aff3af0214 RARBG: Adding 4k categories (#1910)
* Add 4k Movie and TV categories for RARBG

Currently it does not look like torrentapi.org indexes the 4k movie categories but I've added them anyway in case they get added in the future.
Also, torrentapi.org returns "Movies/TV-UHD-episodes" for RARBG's 4k TV category. This may be due to RARBG's top100 page.

* Update Rarbg.cs
2017-10-01 11:26:52 +02:00
garfield69 f9b2875470 add Descriptions (#1909)
* HDForever: add description

* superbits: add description

* czteam: add description

* xspeeds: amend description

* Synthesiz3r: add description

* TorrentVault: add description

* insanetracker: add description

* yggtorrent: add description

* ImmortalSeed: amend description

* polishsource: add description

* btnext: add description

* hon3yhd: add description

* hdhome: add description

* ultrahdclub: add description

* speedtorrentreloaded: add description

* hdme: add description

* magico: add description

* ourbits: add description

* audiobooktorrents: add description

* ultimategamerclub: add description

* dragonworldreloaded: add description

* dreamteam: add description

* Psytorrents: add description

* funkytorrents: add description

* rockhardlossless: add description

* bluebirdhd: add description

* Hardbay: add description

* shellife: add description

* aox: add description

* acidlounge: add description

* infinityt: add description

* jpopsuki: add description

* bithq: add description

* HD-Only: add description

* torrentccf: add description

* xtremezone: add description

* sktorrent: add description

* Torrentech: add description

* passionetorrent: add description

* kapaki: add description

* carpathians: add description

* estone: add description

* datascene: add description

* myspleen: add description

* torviet: add description

* backups: add description

* CGPeers: add description

* inperil: add description
2017-10-01 11:26:07 +02:00
garfield69 606c82921b add EliteHD (#1908)
* Create elitehd.yml

* docs: add EliteHD

* elitehd: add description
2017-10-01 11:25:22 +02:00
nenladar 4463fc0550 TorrentLeech: Add the new 4K category (#1899)
* Add the new 4K category for TorrentLeech

TorrentLeech renamed the existing 4k category and added a new "Real 4K UltraHD HDR" category. This PR adds the new category (but leaves the old one too).

* Update TorrentLeech.cs
2017-09-29 17:21:32 +02:00
garfield69 2bdb1ee0ff btdb: add default categories (#1886) 2017-09-23 14:02:49 +02:00
garfield69 2af27c0a87 zooqle: seeders and leechers can be missing. (#1885) 2017-09-23 14:02:35 +02:00
garfield69 db9fb73b4d anidex: fix #1817 settings' category id causing no results (#1880) 2017-09-22 08:06:22 +02:00
garfield69 aee64183fc rapidetracker: cleanup after removal. closes #1870 (#1874) 2017-09-22 08:04:52 +02:00