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