diff --git a/server/core/BookConverter/index.js b/server/core/BookConverter/index.js index e50be9ab..c884a222 100644 --- a/server/core/BookConverter/index.js +++ b/server/core/BookConverter/index.js @@ -29,7 +29,8 @@ class BookConverter { const parsedUrl = new URL(url); if (parsedUrl.hostname == 'samlib.ru' || - parsedUrl.hostname == 'budclub.ru') { + parsedUrl.hostname == 'budclub.ru' || + parsedUrl.hostname == 'zhurnal.lib.ru') { await fs.writeFile(outputFile, this.convertSamlib(data)); return; }