mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bitbazis: new row selector
This commit is contained in:
@@ -118,7 +118,7 @@ search:
|
|||||||
# can support genre searching but you need to know the id, eg &genre23=1 for Comedy (id is 23)
|
# can support genre searching but you need to know the id, eg &genre23=1 for Comedy (id is 23)
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: "table[width=\"100%\"]:last-child tbody tr:has(div.tooltip){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
|
selector: "table[width=\"100%\"][align=\"center\"]:first-child tbody tr:has(div.tooltip){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
Reference in New Issue
Block a user