server: add slurp config for ingowald

This commit is contained in:
Bill Thiede 2024-09-21 13:01:17 -07:00
parent 62b17bd6a6
commit 0ac959ab76

View File

@ -202,6 +202,9 @@ pub async fn thread(
Selector::parse("div.entry-featured-image").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()],
"natwelch.com".to_string() => vec![
Selector::parse("article div.prose").unwrap(),