1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-16 21:58:21 +01:00

Utils: Add Webp MIME type (#3900)

This commit is contained in:
ORelio 2024-01-19 21:30:06 +01:00 committed by GitHub
parent 6408123330
commit 12a90e2074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,6 +171,7 @@ function parse_mime_type($url)
'jpg' => 'image/jpeg',
'gif' => 'image/gif',
'png' => 'image/png',
'webp' => 'image/webp',
'image' => 'image/*',
'mp3' => 'audio/mpeg',
];