mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
shareisland: fetch more results (#4469)
This commit is contained in:
@@ -80,6 +80,42 @@
|
|||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- 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
|
||||||
|
- 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:
|
keywordsfilters:
|
||||||
- name: diacritics
|
- name: diacritics
|
||||||
args: replace
|
args: replace
|
||||||
@@ -87,11 +123,6 @@
|
|||||||
args: ["(?i)\\bS0*(\\d+)\\b", "$1"]
|
args: ["(?i)\\bS0*(\\d+)\\b", "$1"]
|
||||||
- name: re_replace # S01E01 to 1 1
|
- name: re_replace # S01E01 to 1 1
|
||||||
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "$1 $2"]
|
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "$1 $2"]
|
||||||
inputs:
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
category: "{{range .Categories}}{{.}};{{end}}"
|
|
||||||
page: torrents
|
|
||||||
active: 0
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.b-content > table > tbody > tr > td > table.lista > tbody > tr:has(a[href^="index.php?page=torrents&category="])
|
selector: div.b-content > table > tbody > tr > td > table.lista > tbody > tr:has(a[href^="index.php?page=torrents&category="])
|
||||||
filters:
|
filters:
|
||||||
|
Reference in New Issue
Block a user