more cover regex

This commit is contained in:
xenofem 2024-02-08 00:03:05 -05:00
parent 62bd4891f6
commit 33a65e3a2b

View file

@ -29,7 +29,7 @@ FAKKU_ID_REGEX = re.compile('.*_FAKKU$')
TEXTLESS_REGEX = re.compile('(台詞|セリフ|テキスト|文字)((な|無)し|抜き)|notext|textless') TEXTLESS_REGEX = re.compile('(台詞|セリフ|テキスト|文字)((な|無)し|抜き)|notext|textless')
EPILOGUE_REGEX = re.compile('after|後日談') EPILOGUE_REGEX = re.compile('after|後日談')
HI_RES_REGEX = re.compile('高解像度') HI_RES_REGEX = re.compile('高解像度')
COVER_REGEX = re.compile('表紙') COVER_REGEX = re.compile('表紙|cover')
ALT_VERSIONS = [ ALT_VERSIONS = [
'褐色', '褐色',
'日焼け', '日焼け',