server: add slurp config for grafana

This commit is contained in:
Bill Thiede 2024-10-27 12:14:15 -07:00
parent 07c0150d3e
commit b770bb8986

View File

@ -215,6 +215,9 @@ pub async fn thread(
"engineering.fb.com".to_string() => vec![ "engineering.fb.com".to_string() => vec![
Selector::parse("article").unwrap(), Selector::parse("article").unwrap(),
], ],
"grafana.com".to_string() => vec![
Selector::parse(".blog-content").unwrap(),
],
"hackaday.com".to_string() => vec![ "hackaday.com".to_string() => vec![
Selector::parse("div.entry-featured-image").unwrap(), Selector::parse("div.entry-featured-image").unwrap(),
Selector::parse("div.entry-content").unwrap() Selector::parse("div.entry-content").unwrap()