This removes a regular expression that was used to limit the kinds of files
that were sorted, but this is no longer needed in the new version.
Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
DICT_FILE = os.path.join ('~','.config','animesorter2','animesorter.dict')
WORK_DIR = os.path.join ('~','downloads','usenet')
SORT_DIR = os.path.join ('/','data','Anime')
DICT_FILE = os.path.join ('~','.config','animesorter2','animesorter.dict')
WORK_DIR = os.path.join ('~','downloads','usenet')
SORT_DIR = os.path.join ('/','data','Anime')
-TYPES_REGEX = '.*(avi|ogm|mkv|mp4|\d\d\d)$'
-