mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 18:29:47 +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:
|
search:
|
||||||
paths:
|
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:
|
rows:
|
||||||
selector: div.table-responsive > table tbody tr
|
selector: div.table-responsive > table tbody tr
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in a new issue