Skip to content

Commit

Permalink
TIKA-4225 -- add detection for amf (#1688)
Browse files Browse the repository at this point in the history
* TIKA-4225 -- add detection for amf

(cherry picked from commit 36e3ba8)
  • Loading branch information
tballison committed Mar 26, 2024
1 parent 6dd4ac7 commit 361e0de
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3283,6 +3283,12 @@
</match>
</magic>
</mime-type>
<mime-type type="application/x-amf">
<tika:link>https://en.wikipedia.org/wiki/Additive_manufacturing_file_format</tika:link>
<root-XML localName="amf"/>
<glob pattern="*.amf"/>
<sub-class-of type="application/xml"/>
</mime-type>
<mime-type type="application/x-atari-floppy-disk-image">
<tika:link>http://fileformats.archiveteam.org/wiki/ATR</tika:link>
<magic priority="50">
Expand Down

0 comments on commit 361e0de

Please sign in to comment.