Переименования, небольшое улучшение html-title

This commit is contained in:
Book Pauk
2020-12-17 23:39:45 +07:00
parent 7a29b16ee8
commit 51ec6a54fa
6 changed files with 11 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ class ConvertSites extends ConvertHtml {
if (text === false)
return false;
return await super.run(Buffer.from(text), {skipCheck: true});
return await super.run(Buffer.from(text), {skipHtmlCheck: true});
}
getTitle(text) {