mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
parent
68acb88f0e
commit
b4da7bc073
4 changed files with 16 additions and 0 deletions
|
@ -72,6 +72,10 @@ search:
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
order: "{{ .Config.type }}"
|
order: "{{ .Config.type }}"
|
||||||
|
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\.", " "]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: li.search-result
|
selector: li.search-result
|
||||||
|
|
||||||
|
|
|
@ -86,6 +86,10 @@ search:
|
||||||
perPage: 100
|
perPage: 100
|
||||||
page: 1
|
page: 1
|
||||||
|
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\.", " "]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: data
|
selector: data
|
||||||
attribute: attributes
|
attribute: attributes
|
||||||
|
|
|
@ -102,6 +102,10 @@ search:
|
||||||
by: "{{ .Config.type }}"
|
by: "{{ .Config.type }}"
|
||||||
# does not support imdbid search and does not return imdb link in results
|
# does not support imdbid search and does not return imdb link in results
|
||||||
|
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\.", " "]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: "table.lista > tbody > tr:has(a[href^=\"index.php?page=torrent-details&id=\"]):has(td[width=\"30\"]){{ if .Config.freeleech }}:has(img[src=\"images/freeleech.gif\"]){{ else }}{{ end }}{{ if .Config.freeleech }}, table.lista > tbody > tr:has(a[href^=\"index.php?page=torrent-details&id=\"]):has(td[width=\"30\"]):has(img[src=\"images/gold.gif\"]){{ else }}{{ end }}"
|
selector: "table.lista > tbody > tr:has(a[href^=\"index.php?page=torrent-details&id=\"]):has(td[width=\"30\"]){{ if .Config.freeleech }}:has(img[src=\"images/freeleech.gif\"]){{ else }}{{ end }}{{ if .Config.freeleech }}, table.lista > tbody > tr:has(a[href^=\"index.php?page=torrent-details&id=\"]):has(td[width=\"30\"]):has(img[src=\"images/gold.gif\"]){{ else }}{{ end }}"
|
||||||
|
|
||||||
|
|
|
@ -83,6 +83,10 @@ search:
|
||||||
direction: "{{ .Config.type }}"
|
direction: "{{ .Config.type }}"
|
||||||
qty: 100
|
qty: 100
|
||||||
|
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\.", " "]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr
|
selector: table > tbody > tr
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Add table
Reference in a new issue