mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
piratbit: improve closed detection
This commit is contained in:
parent
fe30dd96c9
commit
4259eda825
2 changed files with 2 additions and 2 deletions
|
@ -692,7 +692,7 @@ search:
|
|||
submit: "Поиск"
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]
|
||||
selector: tr[id^="tor_"]:not(:has(span[title="закрыто"]))
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
|
|
@ -706,7 +706,7 @@ search:
|
|||
submit: "Поиск"
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]:has(a[href^="/dl.php?id="])
|
||||
selector: tr[id^="tor_"]:not(:has(span[title="закрыто"]))
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue