mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
dgalaktik: update selectors
This commit is contained in:
parent
9ec919eba3
commit
d8394397bd
1 changed files with 5 additions and 5 deletions
|
@ -114,7 +114,7 @@ search:
|
||||||
args: ["[^a-zA-Z0-9]+", "%"]
|
args: ["[^a-zA-Z0-9]+", "%"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.embedded > tbody > tr.torcontduo
|
selector: table.table > tbody > tr.torcontduo
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
@ -126,7 +126,7 @@ search:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
title:
|
title:
|
||||||
selector: a.alink
|
selector: a.link-secondary
|
||||||
attribute: onmouseover
|
attribute: onmouseover
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
|
@ -189,10 +189,10 @@ search:
|
||||||
- name: append
|
- name: append
|
||||||
args: "{{ if .Config.addrussiantotitle }} RUS{{ else }}{{ end }}"
|
args: "{{ if .Config.addrussiantotitle }} RUS{{ else }}{{ end }}"
|
||||||
details:
|
details:
|
||||||
selector: a.alink
|
selector: a.link-secondary
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a.alink
|
selector: a.link-secondary
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
|
@ -260,6 +260,6 @@ search:
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
description:
|
description:
|
||||||
selector: a.alink
|
selector: a[href*="?tag="]
|
||||||
attribute: title
|
attribute: title
|
||||||
# engine n/a
|
# engine n/a
|
||||||
|
|
Loading…
Add table
Reference in a new issue