mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 02:09:24 +00:00
nextorrent: fix the downloadlink and make seeds/leech 999 #3081
This commit is contained in:
parent
8d921202fa
commit
fda730dcad
1 changed files with 6 additions and 5 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue