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:
parent
98c06e11f4
commit
7ae98904d4
6 changed files with 537 additions and 284 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue