Karagarga: Fix parsing (#1798)

This commit is contained in:
adamwinn
2017-09-11 03:03:57 -06:00
committed by kaso17
parent eb60a6854c
commit bcbe18214b

View File

@@ -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