mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
girotorrent: fetch more results (#4460)
* update girotorrent possibility to go up to 10 pages during search/sync * Update girotorrent.yml
This commit is contained in:
parent
35b8f726fb
commit
42b4fae278
1 changed files with 31 additions and 0 deletions
|
@ -101,11 +101,42 @@
|
|||
search:
|
||||
paths:
|
||||
- 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
|
||||
- path: /index.php
|
||||
inputs:
|
||||
pages: 6
|
||||
- path: /index.php
|
||||
inputs:
|
||||
pages: 7
|
||||
- path: /index.php
|
||||
inputs:
|
||||
pages: 8
|
||||
- path: /index.php
|
||||
inputs:
|
||||
pages: 9
|
||||
- path: /index.php
|
||||
inputs:
|
||||
pages: 10
|
||||
inputs:
|
||||
search: "{{ .Keywords }}"
|
||||
category: "{{range .Categories}}{{.}};{{end}}"
|
||||
page: "torrents"
|
||||
active: 0
|
||||
order: 3
|
||||
by: 2
|
||||
keywordsfilters:
|
||||
- name: diacritics
|
||||
args: replace
|
||||
|
|
Loading…
Reference in a new issue