server: add slurp config for zsa blog
This commit is contained in:
parent
3b69c5e74b
commit
c0bac99d5a
@ -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(),
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user