mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdbits: lint fix
This commit is contained in:
@@ -79,7 +79,7 @@ search:
|
|||||||
d: "{{ .Config.type }}"
|
d: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent-list > tbody > tr:has(a[href^="/details.php?id="]){{ if .Config.freeleech }}:has(a[title=\"100% FL: no download is counted.\"]){{ else }}{{ end }}
|
selector: "table#torrent-list > tbody > tr:has(a[href^="/details.php?id="]){{ if .Config.freeleech }}:has(a[title=\"100% FL: no download is counted.\"]){{ else }}{{ end }}"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
Reference in New Issue
Block a user