1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 19:58:38 +00:00

dgalaktik: update selectors

This commit is contained in:
ilike2burnthing 2024-07-04 04:34:32 +01:00 committed by GitHub
parent 9ec919eba3
commit d8394397bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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