diff --git a/app/constants.py b/app/constants.py index 3972046..ed9ccb1 100644 --- a/app/constants.py +++ b/app/constants.py @@ -1,4 +1,5 @@ import os + IGNORE_DIRS = { "System Volume Information", "$RECYCLE.BIN", @@ -8,7 +9,7 @@ IGNORE_DIRS = { "done_images", "女同" } -SPECIAL_PREFIXES = {"T28", "FC2"} +SPECIAL_PREFIXES = {"T28", "FC2", "T38"} SEPARATORS = {"♀  ", "♀ ", "+"} SPECIAL_DIRS = {"川村まや", "上原亜衣", "上原志織"} IMAGE_EXTENSIONS = {'.jpg', '.jpeg', '.png', '.gif', '.bmp', '.tiff', '.webp', '.svg'}