want to search for some sample pcts
Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991
This commit is contained in:
parent
96215af8ad
commit
ff7c116621
1 changed files with 1 additions and 1 deletions
|
@ -320,6 +320,7 @@ mimetypes = {
|
|||
'image/x-sgf': 'sgf',
|
||||
'image/x-svm': 'svm',
|
||||
'image/x-wmf': 'wmf',
|
||||
'image/x-pict': 'pict',
|
||||
}
|
||||
|
||||
# disabled for now, this would download gigs of pngs/jpegs...
|
||||
|
@ -332,7 +333,6 @@ common_noncore_mimetypes = [
|
|||
('image/x-met', 'met'),
|
||||
('image/x-portable-bitmap', 'pbm'),
|
||||
('image/x-photo-cd', 'pcd'),
|
||||
('image/x-pict', 'pict'),
|
||||
('image/x-pcx', 'pcx'),
|
||||
('image/x-portable-graymap', 'pgm'),
|
||||
('image/x-portable-pixmap', 'ppm'),
|
||||
|
|
Loading…
Reference in a new issue