mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdfans: add posters
update engine tag
This commit is contained in:
@@ -82,6 +82,7 @@ login:
|
|||||||
selector: img[alt="CAPTCHA"]
|
selector: img[alt="CAPTCHA"]
|
||||||
input: imagestring
|
input: imagestring
|
||||||
inputs:
|
inputs:
|
||||||
|
secret: ""
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
two_step_code: "{{ .Config.2facode }}"
|
two_step_code: "{{ .Config.2facode }}"
|
||||||
@@ -138,6 +139,9 @@ search:
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
poster:
|
||||||
|
selector: img[data-src]
|
||||||
|
attribute: data-src
|
||||||
imdbid:
|
imdbid:
|
||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -189,4 +193,4 @@ search:
|
|||||||
remove: a, img
|
remove: a, img
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.81
|
text: 0.81
|
||||||
# NexusPHP Standard v1.7.6
|
# NexusPHP v1.8.0 2023-01-20
|
||||||
|
Reference in New Issue
Block a user