1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 08:05:31 +02:00
This commit is contained in:
Jan Lukas Gernert 2023-04-21 08:53:12 +02:00
parent baf2a8a15d
commit bfb31dc188

View file

@ -1,5 +1,5 @@
use chrono::{DateTime, Utc};
use libxml::tree::{Document, SaveOptions, Node};
use libxml::tree::{Document, Node, SaveOptions};
use std::fs::File;
use std::io::{Error, ErrorKind, Write};
use std::path::PathBuf;