diff --git a/dlibrary/dlibrary.py b/dlibrary/dlibrary.py index a08ccbc..cf8b69b 100755 --- a/dlibrary/dlibrary.py +++ b/dlibrary/dlibrary.py @@ -47,8 +47,8 @@ LANGUAGE_REGEXES = { } TEXTLESS_REGEX = re.compile('(台詞|セリフ|せりふ|テキスト|文字)((な|無)し|抜き)|notext|textless', re.I) -FRONT_COVER_REGEX = re.compile('(? 0] - if len(srcs) == 1 and srcs[0].is_dir(): return self.collate_from_paths(ls_ignore(srcs[0], self.exclude))