We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed13241 commit 211b7fbCopy full SHA for 211b7fb
1 file changed
tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
@@ -4162,7 +4162,12 @@
4162
<_comment>General Regularly-distributed Information in Binary form</_comment>
4163
<tika:link>http://en.wikipedia.org/wiki/GRIB</tika:link>
4164
<magic priority="50">
4165
- <match value="GRIB" type="string" offset="0"/>
+ <match value="GRIB" type="string" offset="0">
4166
+ <match value="\x01" type="string" offset="7"/>
4167
+ </match>
4168
4169
+ <match value="\x02" type="string" offset="7"/>
4170
4171
</magic>
4172
<glob pattern="*.grb"/>
4173
<glob pattern="*.grb1"/>
0 commit comments