From 2be98aecab78ef02dc6d31122eb1a131556db540 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 17 Mar 2024 09:02:28 +0000 Subject: [PATCH] agsvpt: add www. domain, change to post login --- src/Jackett.Common/Definitions/agsvpt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/agsvpt.yml b/src/Jackett.Common/Definitions/agsvpt.yml index e54069992..2167d9d5b 100644 --- a/src/Jackett.Common/Definitions/agsvpt.yml +++ b/src/Jackett.Common/Definitions/agsvpt.yml @@ -7,6 +7,7 @@ type: private encoding: UTF-8 requestDelay: 2 links: + - https://www.agsvpt.com/ - https://abroad.agsvpt.com/ caps: @@ -80,9 +81,8 @@ settings: default: "Account retention rules:
  1. Elite User and above will not have their account deleted after parking (in the Control Panel)
  2. Users who do not log in for 400 consecutive days will be disabled.
  3. Users with a parked account will be disabled if they do not log in for 150 consecutive days
  4. Users who have no traffic (i.e., uploading/downloading data is 0) within 7 days of new registration will be disabled
  5. Users with no traffic (i.e. both upload/download data is 0) who do not log in for 30 consecutive days will be disabled.
" login: - path: agsvpt - method: form - form: form[action="takelogin.php"] + path: takelogin.php + method: post inputs: secret: "" username: "{{ .Config.username }}"