Skip to content

Commit

Permalink
fix: duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmccallum committed Dec 27, 2023
1 parent aad14fd commit 643fa07
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions src/mimeData.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,12 +350,7 @@
".3gpa",
".3gpp",
".3gpp2",
".3gp2",
".3gppp",
".3gpp2",
".3gp2",
".3gppp",
".3gpp2"
".3gp2"
],
"notices": {
"hasNoOfficial": false,
Expand Down Expand Up @@ -6576,25 +6571,6 @@
"popularUsage": null
}
},
{
"name": "audio/mp4",
"description": "MP4 usually refers to the multimedia file format defined in Part 14 (and to a lesser extent Part 1) of the MPEG-4 standard. \"MP4\" could also mean the entire MPEG-4 standard, or some other subset of MPEG-4. MPEG-4 Part 14 is an application of Part 12. The recommended extension for it is \".mp4\", though \".m4a\" is often used for audio-only files. It is standardized by ISO/IEC 14496-14.",
"links": {
"deprecates": [],
"relatedTo": [],
"parentOf": [],
"alternativeTo": []
},
"fileTypes": [
".mp4a"
],
"furtherReading": [],
"notices": {
"hasNoOfficial": false,
"communityContributed": false,
"popularUsage": null
}
},
{
"name": "application/yaml",
"description": "YAML (YAML Ain’t Markup Language) is a serialization format. It is a strict superset of JSON, with the addition of syntactically significant newlines and indentation, like Python. Unlike Python, however, YAML doesn’t allow literal tab characters for indentation. It is designed to be human-friendly and work well with modern programming languages for common everyday tasks. It is broadly useful for programming needs ranging from configuration files to Internet messaging to object persistence to data auditing. Together with the Unicode standard for characters, it is also well-suited for internationalization.",
Expand Down

0 comments on commit 643fa07

Please sign in to comment.