Skip to content

Commit d28bc61

Browse files
authored
Merge pull request #34 from antiss11/master
Add djvu, doc, rtf, pdf mime types
2 parents a27d3c2 + 1c8ae9b commit d28bc61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/flibustaOpdsApiHelper.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ class FlibustaOpdsApiHelper {
2424
'application/txt+zip',
2525
'application/x-mobipocket-ebook',
2626
'application/pdf+zip',
27+
'application/djvu',
28+
'application/msword',
29+
'application/x-rar-compressed',
30+
'application/pdf',
2731
]);
2832

2933
private static getAuthorsFromOpdsEntry(authors: OpdsEntryAuthor): Array<Author> {

0 commit comments

Comments
 (0)