1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 07:32:38 +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
fields:
title:
selector: a[href^="details.php?id="]
selector: a[href^="details.php?slug="]
attribute: title
filters:
- name: replace
@ -89,10 +89,10 @@
- name: querystring
args: onlycat
details:
selector: a[href^="details.php?id="]
selector: a[href^="details.php?slug="]
attribute: href
download:
selector: a[href^="download.php?id="]
selector: a[href^="download.php?slug="]
attribute: href
size:
selector: td:nth-child(7)