1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 10:48:26 +00:00

xxxclub: fix search path address. resolves #15581 (#15582)

This commit is contained in:
HornyQT 2024-09-07 01:31:50 +02:00 committed by GitHub
parent 5d85466ea2
commit efd1c2f3bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,8 +49,8 @@ download:
search:
paths:
# https://xxxclub.to/torrents/browse/2,4/metartx?sort=size&order=asc
- path: "torrents/browse/{{ if .Categories }}{{ join .Categories \",\" }}{{ else }}all{{ end }}/{{ .Keywords }}?sort={{ .Config.sort }}&order={{ .Config.type }}"
# https://xxxclub.to/torrents/search/2,4/metartx?sort=size&order=asc
- path: "torrents/search/{{ if .Categories }}{{ join .Categories \",\" }}{{ else }}all{{ end }}/{{ .Keywords }}?sort={{ .Config.sort }}&order={{ .Config.type }}"
rows:
selector: div.browsetableinside > ul > li:not(:first-child)