more cover regex
This commit is contained in:
parent
62bd4891f6
commit
33a65e3a2b
|
@ -29,7 +29,7 @@ FAKKU_ID_REGEX = re.compile('.*_FAKKU$')
|
|||
TEXTLESS_REGEX = re.compile('(台詞|セリフ|テキスト|文字)((な|無)し|抜き)|notext|textless')
|
||||
EPILOGUE_REGEX = re.compile('after|後日談')
|
||||
HI_RES_REGEX = re.compile('高解像度')
|
||||
COVER_REGEX = re.compile('表紙')
|
||||
COVER_REGEX = re.compile('表紙|cover')
|
||||
ALT_VERSIONS = [
|
||||
'褐色',
|
||||
'日焼け',
|
||||
|
|
Loading…
Reference in a new issue