Return parsed dom back to backend

This commit is contained in:
Hongbo Wu
2022-05-06 12:29:08 +08:00
parent 5f5076e864
commit eaad96acdd
3 changed files with 5 additions and 8 deletions

View File

@ -2899,7 +2899,7 @@ Readability.prototype = {
siteIcon: metadata.siteIcon,
previewImage: metadata.previewImage,
publishedDate: metadata.publishedDate || publishedAt || this._articlePublishedDate,
window: articleContent,
dom: articleContent,
};
}
};