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
1 changed files with 3 additions and 3 deletions

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)