mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
add m4a to usable formats
This commit is contained in:
parent
cda86307c0
commit
8dd88c5f30
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import anki.js
|
|||
from BeautifulSoup import BeautifulSoup
|
||||
|
||||
pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg")
|
||||
audio = ("wav", "mp3", "ogg", "flac", "mp4", "swf", "mov", "mpeg", "mkv")
|
||||
audio = ("wav", "mp3", "ogg", "flac", "mp4", "swf", "mov", "mpeg", "mkv", "m4a")
|
||||
|
||||
_html = """
|
||||
<html><head>%s<style>
|
||||
|
|
Loading…
Reference in a new issue