mirror of https://github.com/Jackett/Jackett
Karagarga: fix download attempt
This commit is contained in:
parent
3b3048aa01
commit
1d0790471f
|
@ -30,9 +30,6 @@
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: index.php
|
||||||
|
|
||||||
download:
|
|
||||||
selector: a[href^="download.php?id="]
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -47,11 +44,8 @@
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) span
|
selector: td:nth-child(2) span
|
||||||
download:
|
download:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="down.php"]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["details.php?id=", "download.php?id="]
|
|
||||||
details:
|
details:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in New Issue