Merge pull request #712 from aplaice/old_media_file_extensions

Re-add previously supported file extensions for media
This commit is contained in:
Damien Elmes 2020-07-30 16:03:41 +10:00 committed by GitHub
commit 7d6aed7849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -45,6 +45,8 @@ Andreas Reis <github.com/rathsky>
Matt Krump <github.com/mkrump>
Alexander Presnyakov <flagist0@gmail.com>
abdo <github.com/ANH25>
aplaice <plaice.adam+github@gmail.com>
********************
The text of the 3 clause BSD license follows:

View file

@ -58,6 +58,11 @@ audio = (
"spx",
"oga",
"webm",
"mpg",
"ogx",
"avi",
"flv",
"ogv",
)
_html = """