diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-20 10:25:25 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-20 10:41:49 +0100 |
commit | 9635769f716fa27ccaadf78bc5a267b85c2f7e5b (patch) | |
tree | 8ee606a6e2e2df1abec07a6584f0a339ae56141f /bin | |
parent | 1733a484b28de9fd476f508c43a14e0bc933b9e6 (diff) |
download fb2 files too
Change-Id: I0a18ad70620cfd4263ffd3bc1423e00205e98f9b
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index f0a6e9cb6e71..ac5967d85f3d 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -321,6 +321,7 @@ mimetypes = { 'application/x-sony-bbeb' : 'lrf', 'application/x-pocket-word': 'psw', 'application/x-t602': '602', + 'application/x-fictionbook+xml': 'fb2', # binfilter 'application/x-starcalc': 'sdc', 'application/vnd.stardivision.calc': 'sdc5', |