allow a few more audio formats in paste

This commit is contained in:
Damien Elmes 2013-05-16 16:28:45 +09:00
parent 518a61732e
commit 1efb03f16d

View file

@ -23,7 +23,7 @@ import urllib
# fixme: commit from tag area causes error # fixme: commit from tag area causes error
pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg") pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg")
audio = ("wav", "mp3", "ogg", "flac") audio = ("wav", "mp3", "ogg", "flac", "mp4", "swf", "mov", "mpeg", "mkv")
_html = """ _html = """
<html><head>%s<style> <html><head>%s<style>