yml: standardise use of pre and post slashes on links

This commit is contained in:
Garfield69
2019-02-13 08:18:17 +13:00
parent 515575f311
commit 38aa3eaa93
128 changed files with 364 additions and 404 deletions

View File

@@ -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}}"