mirror of https://github.com/Jackett/Jackett
acgsou: filter rows that have results. resolves #6532
This commit is contained in:
parent
556e7fc738
commit
4b4ccd74df
|
@ -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("昨天")
|
||||||
|
|
Loading…
Reference in New Issue