acgsou: filter rows that have results. resolves #6532

This commit is contained in:
Garfield69 2019-12-09 05:35:59 +13:00
parent 556e7fc738
commit 4b4ccd74df
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
# https://www.acgsou.com/search.php?keyword=test # https://www.acgsou.com/search.php?keyword=test
- path: "{{ if .Keywords }}search.php?keyword={{ .Keywords }}{{else}}1.html{{end}}" - path: "{{ if .Keywords }}search.php?keyword={{ .Keywords }}{{else}}1.html{{end}}"
rows: rows:
selector: table tbody tr[class^="alt"] selector: table tbody tr[class^="alt"]:has(td:nth-child(3) a)
fields: fields:
date: date:
selector: td:nth-child(1):contains("昨天") selector: td:nth-child(1):contains("昨天")