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:
# https://bigfangroup.org/browse.php?search=black+lightning&cat=0&incldead=0&year=0&format=0
#
paths:
- path: browse.php
inputs:

View File

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

View File

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

View File

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

View File

@ -28,7 +28,7 @@ search:
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
filters:
- name: andmatch #8019
- name: andmatch # issue #8019
fields:
category:

View File

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

View File

@ -138,7 +138,7 @@ search:
downloadvolumefactor:
case:
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
uploadvolumefactor:
text: 1

View File

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