mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
HDME: fix passkey
This commit is contained in:
parent
e05783a25a
commit
0a07738c5b
1 changed files with 11 additions and 0 deletions
|
@ -91,6 +91,11 @@
|
|||
download:
|
||||
selector: td:nth-child(11) > a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: prepend
|
||||
args: "{{ .Config.sitelink }}"
|
||||
- name: replace # https download links are redirected to http causing invalid cookies => invalid passkeys
|
||||
args: ["https", "http"]
|
||||
size:
|
||||
selector: td:nth-child(6)
|
||||
remove: br
|
||||
|
@ -103,3 +108,9 @@
|
|||
selector: td:nth-child(8)
|
||||
leechers:
|
||||
selector: td:nth-child(9)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"font:contains(\"(FreeLeech)\")": "0"
|
||||
"*": "1"
|
||||
uploadvolumefactor:
|
||||
text: "1"
|
||||
|
|
Loading…
Reference in a new issue