mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +02:00
HDClub: fix links+login
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
login:
|
login:
|
||||||
path: login.php
|
path: login.php
|
||||||
method: form
|
method: form
|
||||||
|
form: form[action="takelogin.php"]
|
||||||
captcha:
|
captcha:
|
||||||
type: image
|
type: image
|
||||||
image: img#captcha
|
image: img#captcha
|
||||||
@@ -35,6 +36,7 @@
|
|||||||
- selector: td.embedded > div.error
|
- selector: td.embedded > div.error
|
||||||
test:
|
test:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
|
selector: td.main_bottom
|
||||||
|
|
||||||
search:
|
search:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
@@ -57,6 +59,9 @@
|
|||||||
args: ["details.php", "download.php"]
|
args: ["details.php", "download.php"]
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
|
details:
|
||||||
|
selector: a[href^="details.php?id="]
|
||||||
|
attribute: href
|
||||||
category:
|
category:
|
||||||
selector: a[href^="browse.php?cat="]
|
selector: a[href^="browse.php?cat="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user