Function feedpress::scrape_this

source ·
pub(crate) async fn scrape_this(article_link: &String) -> Option<String>
Expand description

Utilizes [Readability] to scrape the article’s provided link and then send it through a simple html -> markdown processor.