mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
assorted: more yamllint cosmetics
This commit is contained in:
parent
7b9cacae29
commit
0e0a2e530d
3 changed files with 2 additions and 4 deletions
|
@ -134,7 +134,7 @@ search:
|
|||
date:
|
||||
selector: time
|
||||
filters:
|
||||
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portuguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch|Chinese
|
||||
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portuguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch|Chinese
|
||||
- name: re_replace
|
||||
args: ["(?i)(önce|tagasi|geleden|fa|temu|siden|há|atrás|nazpět|назад|acum|în urmă|hace|il y a|vor|преди|前)", " ago"]
|
||||
- name: re_replace
|
||||
|
|
|
@ -148,7 +148,7 @@ download:
|
|||
|
||||
search:
|
||||
paths:
|
||||
# http://crazyspirits.com/torrents-search.php?c101=1&c102=1&c103=1&c104=1&c105=1&c106=1&search=&cat=0&incldead=0&freeleech=0&lang=0
|
||||
# http://crazyspirits.com/torrents-search.php?c101=1&c102=1&c103=1&c104=1&c105=1&c106=1&search=&cat=0&incldead=0&freeleech=0&lang=0
|
||||
- path: torrents-search.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
|
|
|
@ -653,8 +653,6 @@ login:
|
|||
redirect: "/"
|
||||
error:
|
||||
- selector: table tr td div.alert
|
||||
# message:
|
||||
# selector: table tr td div.msg
|
||||
test:
|
||||
path: index.php
|
||||
selector: li a[href="/login.php?logout=1"]
|
||||
|
|
Loading…
Reference in a new issue