mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sporthd: new domain resolves #8090
This commit is contained in:
@@ -6,7 +6,9 @@ language: en-us
|
|||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- http://sporthd.org/ # site does not support https ERR_CONNECTION_REFUSED
|
- http://satsporthd.org/ # site does not support https ERR_CONNECTION_REFUSED
|
||||||
|
legacylinks:
|
||||||
|
- http://sporthd.org/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
@@ -148,16 +150,15 @@ download:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# http://sporthd.org/browse.php?cat=0&incldead=1&sort=2&type=desc&s=0&stype=0&search=
|
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
# 1 active 2 dead 3 free
|
# 1 active, 2 dead, 3 free
|
||||||
incldead: 1
|
incldead: 1
|
||||||
# 0 match again 1 match like
|
# 0 match again, 1 match like
|
||||||
s: 0
|
s: 0
|
||||||
# 0 name 1 description
|
# 0 name, 1 description
|
||||||
stype: 0
|
stype: 0
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
@@ -211,4 +212,5 @@ search:
|
|||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# minimumratio: tbd
|
||||||
# engine n/a
|
# engine n/a
|
||||||
|
Reference in New Issue
Block a user