server: add slurp config for zsa blog

This commit is contained in:
Bill Thiede 2024-09-20 08:56:45 -07:00
parent 3b69c5e74b
commit c0bac99d5a

View File

@ -192,6 +192,9 @@ pub async fn thread(
Selector::parse(".author-lists .author-name-tooltip").unwrap(),
Selector::parse(".post-full-content").unwrap()
],
"blog.zsa.io".to_string() => vec![
Selector::parse("section.blog-article").unwrap(),
],
"engineering.fb.com".to_string() => vec![
Selector::parse("article").unwrap(),
],