Struct hs_scraper::scraper::Scraper [−][src]
pub struct Scraper {
pub season_index: HashMap<String, String>,
pub all_index: HashMap<String, String>,
}Fields
season_index: HashMap<String, String>
all_index: HashMap<String, String>
Methods
impl Scraper[src]
impl Scraperpub fn new() -> Scraper[src]
pub fn new() -> Scraperpub fn search_all(&self, term: &str) -> Vec<(&str, &str)>[src]
pub fn search_all(&self, term: &str) -> Vec<(&str, &str)>pub fn search_season(&self, term: &str) -> Vec<(&str, &str)>[src]
pub fn search_season(&self, term: &str) -> Vec<(&str, &str)>