mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
sosuki: ignore rows without size. resolves #7958
these do not have a download link in the details page
This commit is contained in:
parent
30eb7ea088
commit
8f1ae194d1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
- path: "{{ if .Keywords }}?do=search&subaction=search&search_start=0&full_search=1&result_from=1&story={{ .Keywords }}&titleonly=3catlist[]=0&searchdate=0&resorder=desc{{else}}lastnews/{{end}}"
|
||||
|
||||
rows:
|
||||
selector: tr.fr_viewn_in:not(td.frs:empty)
|
||||
selector: tr.fr_viewn_in:has(td.frs:contains("B"))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue