more hi-res regex

main
xenofem 2024-03-28 23:21:19 -04:00
parent 35bd4c5717
commit f2d71014cd
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ DLSITE_ID_REGEX = re.compile('^[BR]J[0-9]+$')
FANZA_ID_REGEX = re.compile('^d_[0-9]+$')
FAKKU_ID_REGEX = re.compile('.*_FAKKU$')
HI_RES_REGEX = re.compile('高解像度', re.I)
HI_RES_REGEX = re.compile('高解像度|原寸', re.I)
NO_TONE_REGEX = re.compile('トーン(効果)?[な無]し|グレースケール', re.I)
TONE_REGEX = re.compile('トーン(版|(効果)?[有あ]り)', re.I)
COLOR_REGEX = re.compile('カラー', re.I)