mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
Torrent9: fix category
This commit is contained in:
parent
e947059da1
commit
9000745877
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}/search_torrent/{{ re_replace .Config.category \"_\" \"\" }}/{{ .Keywords }}/page-0{{else}}/top_torrent.php{{end}}"
|
||||
- path: "{{ if .Keywords }}/search_torrent/{{ re_replace .Config.category \"[_/]\" \"\" }}/{{ .Keywords }}/page-0{{else}}/top_torrent.php{{end}}"
|
||||
rows:
|
||||
selector: div.table-responsive > table tbody tr
|
||||
fields:
|
||||
|
|
Loading…
Reference in a new issue