Skip to content

Commit

Permalink
Merge pull request #33 from xeon-zolt/develop
Browse files Browse the repository at this point in the history
added cbr as documents
  • Loading branch information
chriscz committed Sep 27, 2017
2 parents 81f9728 + 2312883 commit 8b4cf72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysorter/filetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def impossible(match, path):
(r'\.(?i)pdf$', 'documents/pdf/'),
(r'\.(?i)xps$', 'documents/xps/'),
(r'\.(?i)msg$', 'documents/email/outlook/'),
(r'\.(?i)cbr$', 'documents/comic/'),
(r'\.(?i)msi$', 'installers/microsoft/'),
(r'\.(?i)deb$', 'installers/debian/'),
(r'\.(?i)exe$', 'installers/microsoft/'),
Expand Down

0 comments on commit 8b4cf72

Please sign in to comment.