mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Karagarga: fix download attempt
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user