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]+", "%"]
|
||||
|
||||
rows:
|
||||
selector: table.embedded > tbody > tr.torcontduo
|
||||
selector: table.table > tbody > tr.torcontduo
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@ -126,7 +126,7 @@ search:
|
|||
- name: querystring
|
||||
args: cat
|
||||
title:
|
||||
selector: a.alink
|
||||
selector: a.link-secondary
|
||||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
|
@ -189,10 +189,10 @@ search:
|
|||
- name: append
|
||||
args: "{{ if .Config.addrussiantotitle }} RUS{{ else }}{{ end }}"
|
||||
details:
|
||||
selector: a.alink
|
||||
selector: a.link-secondary
|
||||
attribute: href
|
||||
download:
|
||||
selector: a.alink
|
||||
selector: a.link-secondary
|
||||
attribute: href
|
||||
filters:
|
||||
- name: replace
|
||||
|
@ -260,6 +260,6 @@ search:
|
|||
minimumratio:
|
||||
text: 1.0
|
||||
description:
|
||||
selector: a.alink
|
||||
selector: a[href*="?tag="]
|
||||
attribute: title
|
||||
# engine n/a
|
||||
|
|
Loading…
Add table
Reference in a new issue