mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
enthralled: update row selector (#15798)
This commit is contained in:
parent
9810fef59f
commit
4ff06d1fc4
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ search:
|
||||||
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
selector: table#torrent_table > tbody > tr[class^="torrent shaded_row"]:has(a[href*="action=download"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
|
@ -70,7 +70,7 @@ search:
|
||||||
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
selector: table#torrent_table > tbody > tr[class^="torrent shaded_row"]:has(a[href*="action=download"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Add table
Reference in a new issue