mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
parent
5d85466ea2
commit
efd1c2f3bc
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue