mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
bitbazis: fix dropping rows without uploader href
This commit is contained in:
parent
ce528825da
commit
d3ca2654b6
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ search:
|
|||
# site does not support imdbid searching
|
||||
|
||||
rows:
|
||||
selector: "table[width=\"100%\"]:last-child tbody tr:has(a[href^=\"userdetails.php?id=\"]):has(a[href^=\"download.php?torrent=\"]){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}, table[width=\"100%\"]:last-child tbody tr:has(a[href^=\"userdetails.php?id=\"]):has(input[onclick*=\"download.php?torrent=\"]){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
|
||||
selector: "table[width=\"100%\"]:last-child tbody tr:has(a[href^=\"download.php?torrent=\"]){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}, table[width=\"100%\"]:last-child tbody tr:has(input[onclick*=\"download.php?torrent=\"]){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue