assorted: cosmetic for yamllint part7 (#8628)

This commit is contained in:
Diego Heras 2020-05-14 00:01:00 +02:00 committed by GitHub
parent ed8a0d0004
commit b74e58c170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 98 additions and 97 deletions

View File

@ -90,7 +90,6 @@ settings:
search: search:
# https://bigfangroup.org/browse.php?search=black+lightning&cat=0&incldead=0&year=0&format=0 # https://bigfangroup.org/browse.php?search=black+lightning&cat=0&incldead=0&year=0&format=0
#
paths: paths:
- path: browse.php - path: browse.php
inputs: inputs:

View File

@ -142,7 +142,7 @@ search:
- name: re_replace - name: re_replace
args: ["( torrent)$", ""] args: ["( torrent)$", ""]
category: category:
text: 78 #7110 text: 78 # issue #7110
category|noappend: category|noappend:
optional: true optional: true
selector: a[href^="/torrents.php?cat="] selector: a[href^="/torrents.php?cat="]

View File

@ -37,7 +37,7 @@ search:
fields: fields:
category: category:
text: other #8228 text: other # issue #8228
title: title:
selector: a[href*="/torrent/"][title^="view"] selector: a[href*="/torrent/"][title^="view"]
details: details:

View File

@ -93,7 +93,7 @@ search:
fields: fields:
category: category:
text: 33 #7113 text: 33 # issue #7113
category|noappend: category|noappend:
optional: true optional: true
selector: a[href^="/search.php?cat="] selector: a[href^="/search.php?cat="]

View File

@ -28,7 +28,7 @@ search:
rows: rows:
selector: div.dshort:has(div.d3-raz):not(:has(div.d3-raz:contains("Анонс!"))) # no size means indirect download via 3rd party site, not supported by cardigann. #8020 selector: div.dshort:has(div.d3-raz):not(:has(div.d3-raz:contains("Анонс!"))) # no size means indirect download via 3rd party site, not supported by cardigann. #8020
filters: filters:
- name: andmatch #8019 - name: andmatch # issue #8019
fields: fields:
category: category:

View File

@ -37,7 +37,7 @@ login:
ratio: ratio:
path: browse.php path: browse.php
selector: #status_bar selector: "#status_bar"
search: search:
paths: paths:

View File

@ -138,7 +138,7 @@ search:
downloadvolumefactor: downloadvolumefactor:
case: case:
img[src="free.gif"]: 0 img[src="free.gif"]: 0
img[src="./pic/fre.gif"]: 0 #7116 freeleech with expiry date img[src="./pic/fre.gif"]: 0 # issue #7116 freeleech with expiry date
"*": 1 "*": 1
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1

View File

@ -14,3 +14,5 @@ rules:
line-length: disable line-length: disable
key-duplicates: disable key-duplicates: disable
truthy: disable truthy: disable
comments:
min-spaces-from-content: 1