diff options
| author | jvoisin | 2013-04-02 17:03:14 +0200 |
|---|---|---|
| committer | jvoisin | 2013-04-02 17:03:14 +0200 |
| commit | 0d2986becf947a367fe89402a26287019d9c2dbe (patch) | |
| tree | 3879fa55a9ae204f1563e2a18428bf47d5f9c314 | |
| parent | b7848465cb833c36843921e32fa4903fe2bc73f4 (diff) | |
Fix to support the lastest version of exiftool
| -rw-r--r-- | MAT/exiftool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAT/exiftool.py b/MAT/exiftool.py index 8557a61..d3c5b2a 100644 --- a/MAT/exiftool.py +++ b/MAT/exiftool.py | |||
| @@ -14,7 +14,7 @@ class ExiftoolStripper(parser.GenericParser): | |||
| 14 | def __init__(self, filename, parser, mime, backup, **kwargs): | 14 | def __init__(self, filename, parser, mime, backup, **kwargs): |
| 15 | super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, **kwargs) | 15 | super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, **kwargs) |
| 16 | self.allowed = ['ExifTool Version Number', 'File Name', 'Directory', | 16 | self.allowed = ['ExifTool Version Number', 'File Name', 'Directory', |
| 17 | 'File Size', 'File Modification Date/Time', 'File Permissions', | 17 | 'File Size', 'File Modification Date/Time', 'File Access Date/Time', 'File Permissions', |
| 18 | 'File Type', 'MIME Type', 'Image Width', 'Image Height', | 18 | 'File Type', 'MIME Type', 'Image Width', 'Image Height', |
| 19 | 'Image Size'] | 19 | 'Image Size'] |
| 20 | self._set_allowed() | 20 | self._set_allowed() |
