1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 15:42:48 +00:00

trezzor: Fix some selectors in search page (#7608)

This commit is contained in:
halali 2020-03-10 09:56:54 +01:00 committed by GitHub
parent 6358e62741
commit 0387de3c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@
selector: tr.torrenty_lista selector: tr.torrenty_lista
fields: fields:
title: title:
selector: a[href^="details.php?id="] selector: a[href^="details.php?slug="]
attribute: title attribute: title
filters: filters:
- name: replace - name: replace
@ -89,10 +89,10 @@
- name: querystring - name: querystring
args: onlycat args: onlycat
details: details:
selector: a[href^="details.php?id="] selector: a[href^="details.php?slug="]
attribute: href attribute: href
download: download:
selector: a[href^="download.php?id="] selector: a[href^="download.php?slug="]
attribute: href attribute: href
size: size:
selector: td:nth-child(7) selector: td:nth-child(7)