Commit Graph

572 Commits

Author SHA1 Message Date
flightlevel 28ed7cc8a5 BJShare: Remove unused variable
Remove warning in build
2018-06-10 12:40:02 +10:00
garfield69 b4eda2ed54
Ettv: sort by created for rss, test and no-keyword search #3209 2018-06-09 08:01:24 +12:00
garfield69 4d8d21a815
Btbit: sort by created for rss, test, and no-keyword searches #3209 2018-06-09 07:39:08 +12:00
kaso17 22a858c076 SceneTime: fix search 2018-06-07 18:33:44 +02:00
kaso17 823419c032 Shareisland: fix legacylinks 2018-06-07 18:19:57 +02:00
Jorman 908d3f64f4 Added Audiobook category (#3203) 2018-06-06 12:44:49 +12:00
flightlevel 4b599f391c Mono 5.8 is the minimum supported runtime
#3181 fix. Can get away without using RuntimeInformation and didn't
consider public trackers without a password
2018-06-05 21:47:20 +10:00
kaso17 6d8239caab Demonoid: improve download debugging 2018-06-05 13:34:54 +02:00
Jorman dae37f273a ilcorsaroblu: Update url (#3202) 2018-06-05 13:21:37 +02:00
kaso17 1615bff2d0 handle RuntimeInformation exception 2018-06-05 13:14:32 +02:00
kaso17 b303befbb9 SceneTime: fix indexer 2018-06-05 13:09:07 +02:00
Travis Boss c860bca320 changed log button from btn-danger to btn-success, less scary (#3196) 2018-06-04 14:59:16 +12:00
la55u 5ad2c7a371 RevTT: Minor fixes (#3193)
* fixed RevTT pc/iso category

* added grabs count to RevTT
2018-06-03 01:11:42 +02:00
Jorman 3df0218347 Changed link after site fix (#3188) 2018-06-02 17:43:46 +10:00
flightlevel 601783aef6 .NET Core preparation 2 2018-06-02 17:42:01 +10:00
flightlevel ac5af81344
.NET Core preparation (#3177)
The DPAPI won't be present, will be using AspNetCore DataProtection
instead
2018-05-30 21:28:20 +10:00
Celedhrim 823563c84f downloadville: fix typo (#3175)
Fix typo if MULTI replacement is check
2018-05-29 22:07:31 +02:00
Celedhrim 47410c5eb6 yggtorrent: fix typo (#3174)
Fix typo if multi language replacement is activate
2018-05-29 22:07:05 +02:00
kaso17 af135f4ae9 Torrent9: update links 2018-05-29 14:41:08 +02:00
kaso17 3eeced3a04 Racing4Everyone: update links 2018-05-29 14:40:56 +02:00
kaso17 8ea99b548d PolishSource: add login detection 2018-05-29 14:09:47 +02:00
kaso17 ae73e8188d Torrent.LT: update categories
fixes #2279
2018-05-29 13:48:07 +02:00
kaso17 9c5cda72da Demonoid: fix download handling 2018-05-29 13:26:35 +02:00
Jonas Stendahl fb1e24799d TorrentBytes: Don't use truncated release names (#3168) 2018-05-29 12:24:13 +02:00
bpikap 5721948434 torrent-turk: add indexer (#3161)
* Add tracker torrent-turk

* Add torrent-turk to readme
2018-05-29 12:23:39 +02:00
Jorman 959ec4667d Girotorrent:_ add indexer (#3158)
Italian Private Tracker
2018-05-29 12:22:45 +02:00
kaso17 20433db169 RevolutionTT: remove debug output 2018-05-24 16:28:14 +02:00
kaso17 54465798e9 GazelleGames: add relogin detection 2018-05-24 16:13:13 +02:00
kaso17 313147d224 Demonoid: add redirect error detection 2018-05-24 16:05:45 +02:00
kaso17 84bd947eca ICE Torrent: update definition 2018-05-24 16:05:23 +02:00
kaso17 366abc4431 Mega-Bliz: fix and improve definition 2018-05-24 15:45:23 +02:00
DarkSupremo 2f7fa2f063 Bjshare: fix broken regex (#3137) 2018-05-23 15:40:23 +02:00
Celedhrim 205f6cac12 Yggtorrent and downloadville: Better MULTI replace (#3135) 2018-05-23 14:11:22 +02:00
Jorman 0d72f1f228 add tracker Il Corsaro Blu (#3131) 2018-05-23 14:10:13 +02:00
kaso17 508125e68f RGU: fix AND search 2018-05-22 18:52:47 +02:00
kaso17 cfb714e13c TorrentSeeds: add andmatch 2018-05-22 18:30:49 +02:00
kaso17 b9dcfd1b02 Torlock: add andmatch 2018-05-22 18:30:29 +02:00
kaso17 a1b2dc67b8 Elit Tracker: add andmatch 2018-05-22 18:30:10 +02:00
Celedhrim 2207c5a961 yggtorrents and downloadville: support multi to french title rewriting (#3130) 2018-05-22 18:07:15 +02:00
Jorman 88202c1f7f Isohunt2: fix size parsing (#3127)
Sometimes when parsing, the size of the rel was not enough to have Gb instead Mb or Kb to Mb or whatever
So the size in row is for example 1.015.22 Mb (less than 1024)
So in this case the parser return error

I searched a way to replace this, I found a solution, hope that works in a log way
2018-05-20 21:08:22 +02:00
DarkSupremo 6293c787e7 Bj share: improve search results (#3126)
* Improved anime search and speed-share resolution detection

* - Code Refactored to new standards
- Removed publish date from search mode, since the tracker does not provide that information, it was based on the serie year (but it does provide it on last 24h page, that's still prssent)
- Code clean
- Added season to all animes but One Piece (every anime that i searched in this tracker have the correct season and episode numbering, except One Piece that have an incorrect season set and episode is in absolute format, its added automatically on every new release, so must be the source from where they get that info that is wrong, since its an popular show, added it as an workaround and explained on code as comment)
2018-05-20 21:07:00 +02:00
kaso17 c81dd24fe7 RevolutionTT: add time debug output 2018-05-20 10:10:30 +02:00
kaso17 af94dd2757 TVChaosUK: fix parse error 2018-05-20 09:51:18 +02:00
kaso17 0a07738c5b HDME: fix passkey 2018-05-19 06:33:11 +02:00
kaso17 e05783a25a Cardigann: add support for .Config.sitelink 2018-05-19 06:32:16 +02:00
kaso17 27d4ab3967 TorrentBytes: support hidden userbars 2018-05-18 18:10:32 +02:00
kaso17 04b3efbbc2 Gazelle Trackers: fix freeleech token option 2018-05-17 17:21:46 +02:00
kaso17 ccd5347be2 RGU: fix login 2018-05-17 17:13:59 +02:00
kaso17 e1c5f3ed6d Cardigann: handle unauthorized error code 2018-05-17 16:31:24 +02:00
kaso17 c1fb41204c CloudFlare: increase retries 2018-05-15 12:50:14 +02:00