article-extractor icon indicating copy to clipboard operation
article-extractor copied to clipboard

`Document#toString()` won't work in firefox

Open SettingDust opened this issue 3 years ago • 1 comments

Document#toString() will return the html with linkedom but not browser

图片

  • [x] Waiting for https://github.com/WebReflection/linkedom/issues/146

SettingDust avatar Jun 30 '22 12:06 SettingDust

https://github.com/ndaidong/article-parser/pull/265 fix this temporarily

SettingDust avatar Jun 30 '22 14:06 SettingDust

Due to https://github.com/WebReflection/linkedom/issues/147. This issue can't get a better result. Or we have to operate the document object instead of parse html between steps. And I think it's better than parse html times

SettingDust avatar Nov 01 '22 05:11 SettingDust