server: add slurp config for grafana
This commit is contained in:
parent
07c0150d3e
commit
b770bb8986
@ -215,6 +215,9 @@ pub async fn thread(
|
||||
"engineering.fb.com".to_string() => vec![
|
||||
Selector::parse("article").unwrap(),
|
||||
],
|
||||
"grafana.com".to_string() => vec![
|
||||
Selector::parse(".blog-content").unwrap(),
|
||||
],
|
||||
"hackaday.com".to_string() => vec![
|
||||
Selector::parse("div.entry-featured-image").unwrap(),
|
||||
Selector::parse("div.entry-content").unwrap()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user