server: add slurp config for ingowald
This commit is contained in:
parent
62b17bd6a6
commit
0ac959ab76
@ -202,6 +202,9 @@ pub async fn thread(
|
|||||||
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()
|
||||||
],
|
],
|
||||||
|
"ingowald.blog".to_string() => vec![
|
||||||
|
Selector::parse("article").unwrap(),
|
||||||
|
],
|
||||||
"mitchellh.com".to_string() => vec![Selector::parse("div.w-full").unwrap()],
|
"mitchellh.com".to_string() => vec![Selector::parse("div.w-full").unwrap()],
|
||||||
"natwelch.com".to_string() => vec![
|
"natwelch.com".to_string() => vec![
|
||||||
Selector::parse("article div.prose").unwrap(),
|
Selector::parse("article div.prose").unwrap(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user