mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Karagarga: Fix parsing (#1798)
This commit is contained in:
@@ -44,8 +44,11 @@
|
|||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) span
|
selector: td:nth-child(2) span
|
||||||
download:
|
download:
|
||||||
selector: a[href^="down.php"]
|
selector: a[href^="details.php?id="]
|
||||||
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