more textless regex
This commit is contained in:
parent
0955ec1c90
commit
b7f9099fc0
|
@ -26,7 +26,7 @@ DLSITE_ID_REGEX = re.compile('^[BR]J[0-9]+$')
|
|||
FANZA_ID_REGEX = re.compile('^d_[0-9]+$')
|
||||
FAKKU_ID_REGEX = re.compile('.*_FAKKU$')
|
||||
|
||||
TEXTLESS_REGEX = re.compile('(台詞|セリフ|テキスト|文字)((な|無)し|抜き)|notext|textless', re.IGNORECASE)
|
||||
TEXTLESS_REGEX = re.compile('(台詞|セリフ|せりふ|テキスト|文字)((な|無)し|抜き)|notext|textless', re.IGNORECASE)
|
||||
EPILOGUE_REGEX = re.compile('after|後日談', re.IGNORECASE)
|
||||
HI_RES_REGEX = re.compile('高解像度', re.IGNORECASE)
|
||||
COVER_REGEX = re.compile('表紙|cover|hyoushi', re.IGNORECASE)
|
||||
|
|
Loading…
Reference in a new issue