We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a27d3c2 + 1c8ae9b commit d28bc61Copy full SHA for d28bc61
src/flibustaOpdsApiHelper.ts
@@ -24,6 +24,10 @@ class FlibustaOpdsApiHelper {
24
'application/txt+zip',
25
'application/x-mobipocket-ebook',
26
'application/pdf+zip',
27
+ 'application/djvu',
28
+ 'application/msword',
29
+ 'application/x-rar-compressed',
30
+ 'application/pdf',
31
]);
32
33
private static getAuthorsFromOpdsEntry(authors: OpdsEntryAuthor): Array<Author> {
0 commit comments