mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 00:32:55 +02:00
yml: standardise use of pre and post slashes on links
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
movie-search: [q, imdbid]
|
||||
|
||||
login:
|
||||
path: /login.php
|
||||
path: login.php
|
||||
form: form.auth_form
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
@@ -34,15 +34,15 @@
|
||||
message:
|
||||
selector: ".auth_form > .warning"
|
||||
test:
|
||||
path: /top10.php
|
||||
path: top10.php
|
||||
|
||||
ratio:
|
||||
path: /top10.php
|
||||
path: top10.php
|
||||
selector: span.r99
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: /torrents.php
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
|
||||
searchstr: "{{if .Query.IMDBID}}{{else}}{{ .Query.Keywords }}{{end}}"
|
||||
|
Reference in New Issue
Block a user