mirror of https://github.com/Jackett/Jackett
hellastz: add freeleech filter #9456
This commit is contained in:
parent
197b8ddfc9
commit
40e821be1a
|
@ -46,6 +46,10 @@ settings:
|
||||||
- name: password
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
|
- name: freeleech
|
||||||
|
type: checkbox
|
||||||
|
label: Filter freeleech only
|
||||||
|
default: false
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
|
@ -104,7 +108,7 @@ search:
|
||||||
# does not support imdbid search and does not ruturn imdb link in results
|
# does not support imdbid search and does not ruturn imdb link in results
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.lista > tbody > tr:has(a[href^="index.php?page=torrent-details&id="])
|
selector: "table.lista > tbody > tr:has(a[href^=\"index.php?page=torrent-details&id=\"]){{ if .Config.freeleech }}:has(img[alt=\"Gold 100% Free\"]){{ else }}{{ end }}"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in New Issue