use crateProvider;
/// News adapter for Yahoo Finance provider.
///
/// Wraps the StockAnalysis news scraper and sets Yahoo provider_id.
use crateResult;
use crateNews;
/// Fetch news for a symbol using the StockAnalysis scraper.
///
/// Scrapes stockanalysis.com for news articles and annotates
/// each article with the Yahoo Finance provider identifier.
pub async