mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
lemonhd: fix freeleech. resolves #13921
This commit is contained in:
parent
8b5d086bbc
commit
8c5f12083e
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ search:
|
|||
suggest: 0
|
||||
column: "{{ .Config.sort }}"
|
||||
sort: "{{ .Config.type }}"
|
||||
$raw: "{{ if .Config.freeleech }}&free{{ else }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table.torrents > tbody > tr:has(a[href^="download.php?"])
|
||||
|
|
Loading…
Add table
Reference in a new issue