more ways to spell greyscale
This commit is contained in:
parent
19e74ba90f
commit
0de60359ba
|
@ -36,7 +36,7 @@ FANZA_ID_REGEX = re.compile('^d_[0-9]+$')
|
|||
FAKKU_ID_REGEX = re.compile('.*_FAKKU$')
|
||||
|
||||
HI_RES_REGEX = re.compile('高解像度|原寸|大サイズ', re.I)
|
||||
NO_TONE_REGEX = re.compile('トーン(効果)?[な無]し|グレースケール', re.I)
|
||||
NO_TONE_REGEX = re.compile('トーン(効果)?[な無]し|グレー?スケ', re.I)
|
||||
TONE_REGEX = re.compile('トーン(版|(効果)?[有あ]り)', re.I)
|
||||
COLOR_REGEX = re.compile('カラー', re.I)
|
||||
MONOCHROME_REGEX = re.compile('モノクロ', re.I)
|
||||
|
|
Loading…
Reference in a new issue