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:
parent
6358e62741
commit
0387de3c67
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue