mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
torrentbomb: drop removed-torrents resolves #8437
This commit is contained in:
parent
88b04964dd
commit
2da768d9fe
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ search:
|
|||
keyword: "{{ if .Keywords }}{{ .Keywords }}{{ else }}-{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: section.sch_res_list > ul > li:has(span.sch_datetime:contains(":"))
|
||||
selector: section.sch_res_list > ul > li:has(span.sch_datetime:contains(":")):not(:has(a[href^="bbs/./board.php?bo_table=out_"]))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue