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
1 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,7 @@
- selector: table:contains("Login failed!")
test:
path: index.php
search:
path: browse.php
inputs:
@ -44,8 +44,11 @@
title:
selector: td:nth-child(2) span
download:
selector: a[href^="down.php"]
selector: a[href^="details.php?id="]
attribute: href
filters:
- name: replace
args: ["details.php?id=", "download.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href