mirror of
https://github.com/Jackett/Jackett
synced 2024-12-21 23:33:18 +00:00
assorted nexus: bump engine tag
This commit is contained in:
parent
45816cacd4
commit
83ed6203ea
11 changed files with 11 additions and 11 deletions
|
@ -193,4 +193,4 @@ search:
|
|||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.8.14 2024-09-24
|
||||
# NexusPHP v1.8.15 2024-12-10
|
||||
|
|
|
@ -209,4 +209,4 @@ search:
|
|||
filters:
|
||||
- name: prepend
|
||||
args: "{{ .Result.description_verified }} "
|
||||
# NexusPHP v1.8.9 2023-09-29
|
||||
# NexusPHP v1.8.14 2024-10-07
|
||||
|
|
|
@ -191,4 +191,4 @@ search:
|
|||
description:
|
||||
selector: td:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.8.4 2023-06-13
|
||||
# NexusPHP v1.8.15 2024-12-10
|
||||
|
|
|
@ -218,4 +218,4 @@ search:
|
|||
filters:
|
||||
- name: prepend
|
||||
args: "{{ .Result.description_verified }} "
|
||||
# NexusPHP v1.8.13 2024-07-23
|
||||
# NexusPHP v1.8.15 2024-11-27
|
||||
|
|
|
@ -69,7 +69,7 @@ settings:
|
|||
default: "Retention rules:<ol><li>[Veteran User] and above will be retained forever.</li><li>[Elite User] and above will not be deleted after parking their accounts (in the Control Panel).</li><li>Users with a parked account will be deleted if they do not log in for 400 consecutive days.</li><li>Users with a non-parked account will be deleted if they do not log in for 150 consecutive days.</li><li>Users with no traffic (i.e. upload/download data are both 0) will have their accounts deleted if they do not log in for 40 consecutive days.</li></ol>"
|
||||
|
||||
login:
|
||||
# using cookie method because the form method did not work when first the indexer was created.
|
||||
# using cookie method because the site uses Safeline WAF protection
|
||||
method: cookie
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
|
|
|
@ -192,4 +192,4 @@ search:
|
|||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP vv1.8.7 2023-08-22
|
||||
# NexusPHP v1.8.15 2024-11-23
|
||||
|
|
|
@ -200,4 +200,4 @@ search:
|
|||
description:
|
||||
selector: td:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.8.14 2024-09-24
|
||||
# NexusPHP v1.8.15 2024-12-10
|
||||
|
|
|
@ -77,7 +77,7 @@ settings:
|
|||
default: "Account retention rules:<ul><li>Nexus Master users and above will be retained forever</li><li>Elite User users and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 90 consecutive days</li><li>Users who have no traffic for 7 consecutive days or who have not logged in for 30 consecutive days (that is, the upload/download data are both 0) will be automatically banned by the system.</li></ul>"
|
||||
|
||||
login:
|
||||
# using cookie method because site regularly disables login page for certain events during the year #14310
|
||||
# using cookie method because site uses Safeline WAF protection
|
||||
method: cookie
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
|
|
|
@ -194,4 +194,4 @@ search:
|
|||
description:
|
||||
selector: td:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.7.20 2022-08-05
|
||||
# NexusPHP v1.8.13 2024-09-21
|
||||
|
|
|
@ -173,4 +173,4 @@ search:
|
|||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.8.13 2024-08-09
|
||||
# NexusPHP v1.8.15 2024-12-10
|
||||
|
|
|
@ -188,4 +188,4 @@ search:
|
|||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.8.8 2023-09-25
|
||||
# NexusPHP v1.8.13 2024-09-13
|
||||
|
|
Loading…
Reference in a new issue