1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00
This commit is contained in:
Jan Lukas Gernert 2023-03-30 08:12:43 +02:00
parent 9e73b94f11
commit b52212bf34

View file

@ -1,5 +1,5 @@
use libxml::{ use libxml::{
tree::{Node, NodeType, Document}, tree::{Document, Node, NodeType},
xpath::Context, xpath::Context,
}; };
use reqwest::{ use reqwest::{