From fda730dcad77fce6328ff14ebcc34eeb0f7a546d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 8 May 2018 14:21:54 +1200 Subject: [PATCH] nextorrent: fix the downloadlink and make seeds/leech 999 #3081 --- src/Jackett.Common/Definitions/nexttorrent.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/nexttorrent.yml b/src/Jackett.Common/Definitions/nexttorrent.yml index 6fbb84156..f055fb91c 100644 --- a/src/Jackett.Common/Definitions/nexttorrent.yml +++ b/src/Jackett.Common/Definitions/nexttorrent.yml @@ -7,6 +7,7 @@ encoding: UTF-8 links: - https://www.nextorrent.site/ + # don't forget to check the download selector which uses a case sensitive portion of the SiteLink ;-) legacylinks: - http://www.nextorrent.site/ - http://www.nextorrent.bz/ @@ -32,7 +33,7 @@ settings: [] download: - selector: a[href^="/_get/NexTorrent.pro-"] + selector: a[href^="/_get/www.Nextorrent.Site-"] search: paths: @@ -83,11 +84,11 @@ - name: dateparse args: "2006-01-02T15:04:05-07:00" seeders: - # there is no seeders on the primary search results page. defaulting to 0 - text: 0 + # there is no seeders on the primary search results page. defaulting to 999 + text: 999 leechers: - # there is no leechers on the primary search results page. defaulting to 0 - text: 0 + # there is no leechers on the primary search results page. defaulting to 999 + text: 999 downloadvolumefactor: text: "0" uploadvolumefactor: