1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

unwrap noscript images

This commit is contained in:
Jan Lukas Gernert 2023-02-23 01:53:42 +01:00
parent 98c06e11f4
commit 7ae98904d4
6 changed files with 537 additions and 284 deletions

View file

@ -18,7 +18,7 @@ impl Article {
pub fn get_content(&self) -> Option<String> {
// serialize content
let options = SaveOptions {
format: false,
format: true,
no_declaration: false,
no_empty_tags: true,
no_xhtml: false,