mirror of https://github.com/Jackett/Jackett
asiancinema: comment
This commit is contained in:
parent
1fb5983d82
commit
d9f27d95fd
|
@ -85,6 +85,8 @@ search:
|
||||||
direction: "{{ .Config.type }}"
|
direction: "{{ .Config.type }}"
|
||||||
qty: 100
|
qty: 100
|
||||||
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
# can support genre search but you need to know the id. &genre[]=10759 for Action & Adventure
|
||||||
|
# does not have genre in results, they are on the details page.
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr
|
selector: table > tbody > tr
|
||||||
|
|
Loading…
Reference in New Issue