mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +02:00
xthor: fix path. resolves #13083
This commit is contained in:
@@ -113,7 +113,7 @@ settings:
|
|||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://api.xthor.tk/?passkey=<redacted>&search=&category=&freeleech=&tmdbid=&size=&accent=&price=&page=
|
# https://api.xthor.tk/?passkey=<redacted>&search=&category=&freeleech=&tmdbid=&size=&accent=&price=&page=
|
||||||
- path: "{{ re_replace .Config.sitelink \"xthor\" \"api.xthor\"}}"
|
- path: "https://api.xthor.tk/"
|
||||||
inputs:
|
inputs:
|
||||||
passkey: "{{ .Config.passkey }}"
|
passkey: "{{ .Config.passkey }}"
|
||||||
category: "{{ if .Categories }}{{ range .Categories }}{{.}}+{{end}}{{ else }}{{ end }}"
|
category: "{{ if .Categories }}{{ range .Categories }}{{.}}+{{end}}{{ else }}{{ end }}"
|
||||||
|
Reference in New Issue
Block a user