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