mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
girotorrent: drop multi page fetch. resolves #8882
This commit is contained in:
parent
09be80d1ee
commit
0fd326b566
1 changed files with 0 additions and 14 deletions
|
@ -132,20 +132,6 @@ search:
|
||||||
paths:
|
paths:
|
||||||
# 15 results per page fetch 5 (site is slow, dont be greedy and fetch more)
|
# 15 results per page fetch 5 (site is slow, dont be greedy and fetch more)
|
||||||
- path: index.php
|
- path: index.php
|
||||||
inputs:
|
|
||||||
pages: 1
|
|
||||||
- path: index.php
|
|
||||||
inputs:
|
|
||||||
pages: 2
|
|
||||||
- path: index.php
|
|
||||||
inputs:
|
|
||||||
pages: 3
|
|
||||||
- path: index.php
|
|
||||||
inputs:
|
|
||||||
pages: 4
|
|
||||||
- path: index.php
|
|
||||||
inputs:
|
|
||||||
pages: 5
|
|
||||||
inputs:
|
inputs:
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
category: "{{ range .Categories }}{{.}};{{end}}"
|
category: "{{ range .Categories }}{{.}};{{end}}"
|
||||||
|
|
Loading…
Reference in a new issue