mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
hdtorrentsit: add info note about IP filter. #7053
This commit is contained in:
parent
6752eb6321
commit
7d87b3287b
1 changed files with 13 additions and 0 deletions
|
@ -19,6 +19,18 @@
|
|||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: ip_filtering
|
||||
type: info
|
||||
label: "IP Filtering"
|
||||
default: "HDtorrents allows only Italian IP addressess. The <b>404 Not Found</b> error means your IP was not accepted."
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
method: post
|
||||
|
@ -27,6 +39,7 @@
|
|||
password: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: div.error
|
||||
- selector: h1:contains("404 Not Found")
|
||||
test:
|
||||
path: browse.php
|
||||
|
||||
|
|
Loading…
Reference in a new issue