mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
nextorrent: fix the downloadlink and make seeds/leech 999 #3081
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://www.nextorrent.site/
|
- https://www.nextorrent.site/
|
||||||
|
# don't forget to check the download selector which uses a case sensitive portion of the SiteLink ;-)
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- http://www.nextorrent.site/
|
- http://www.nextorrent.site/
|
||||||
- http://www.nextorrent.bz/
|
- http://www.nextorrent.bz/
|
||||||
@@ -32,7 +33,7 @@
|
|||||||
settings: []
|
settings: []
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/_get/NexTorrent.pro-"]
|
selector: a[href^="/_get/www.Nextorrent.Site-"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
@@ -83,11 +84,11 @@
|
|||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-02T15:04:05-07:00"
|
args: "2006-01-02T15:04:05-07:00"
|
||||||
seeders:
|
seeders:
|
||||||
# there is no seeders on the primary search results page. defaulting to 0
|
# there is no seeders on the primary search results page. defaulting to 999
|
||||||
text: 0
|
text: 999
|
||||||
leechers:
|
leechers:
|
||||||
# there is no leechers on the primary search results page. defaulting to 0
|
# there is no leechers on the primary search results page. defaulting to 999
|
||||||
text: 0
|
text: 999
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "0"
|
text: "0"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
Reference in New Issue
Block a user