From 1efb03f16daa6f04bdf6022969e5d2f7e714f3b4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 16 May 2013 16:28:45 +0900 Subject: [PATCH] allow a few more audio formats in paste --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/editor.py b/aqt/editor.py index 3f018dc9e..b4208161c 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -23,7 +23,7 @@ import urllib # fixme: commit from tag area causes error pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg") -audio = ("wav", "mp3", "ogg", "flac") +audio = ("wav", "mp3", "ogg", "flac", "mp4", "swf", "mov", "mpeg", "mkv") _html = """ %s