mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
assorted unit3d: add banned detection 5bdbb17a31
This commit is contained in:
parent
2a8f45c053
commit
f00cf1c02b
4 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,7 @@ login:
|
|||
- selector: a[href*="/login"]
|
||||
message:
|
||||
text: "The API key was not accepted by {{ .Config.sitelink }}."
|
||||
- selector: :root:contains("Account is Banned")
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
|
@ -65,6 +65,7 @@ login:
|
|||
- selector: a[href*="/login"]
|
||||
message:
|
||||
text: "The API key was not accepted by {{ .Config.sitelink }}."
|
||||
- selector: :root:contains("Account is Banned")
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
|
@ -91,6 +91,7 @@ login:
|
|||
- selector: a[href*="/login"]
|
||||
message:
|
||||
text: "The API key was not accepted by {{ .Config.sitelink }}."
|
||||
- selector: :root:contains("Account is Banned")
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
|
@ -68,6 +68,7 @@ login:
|
|||
- selector: a[href*="/login"]
|
||||
message:
|
||||
text: "The API key was not accepted by {{ .Config.sitelink }}."
|
||||
- selector: :root:contains("Account is Banned")
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue