piratbit: improve closed detection

This commit is contained in:
Garfield69 2022-02-14 08:41:31 +13:00
parent fe30dd96c9
commit 4259eda825
2 changed files with 2 additions and 2 deletions

View File

@ -692,7 +692,7 @@ search:
submit: "Поиск" submit: "Поиск"
rows: rows:
selector: tr[id^="tor_"] selector: tr[id^="tor_"]:not(:has(span[title="закрыто"]))
filters: filters:
- name: andmatch - name: andmatch

View File

@ -706,7 +706,7 @@ search:
submit: "Поиск" submit: "Поиск"
rows: rows:
selector: tr[id^="tor_"]:has(a[href^="/dl.php?id="]) selector: tr[id^="tor_"]:not(:has(span[title="закрыто"]))
filters: filters:
- name: andmatch - name: andmatch