more textless regex
This commit is contained in:
parent
bfee8affe1
commit
de01acabe5
|
@ -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')
|
||||
TEXTLESS_REGEX = re.compile('(台詞|セリフ|テキスト|文字)((な|無)し|抜き)|notext|textless')
|
||||
EPILOGUE_REGEX = re.compile('after|後日談')
|
||||
HI_RES_REGEX = re.compile('高解像度')
|
||||
COVER_REGEX = re.compile('表紙')
|
||||
|
|
Loading…
Reference in a new issue