Function from_web

Source
pub fn from_web(
    year: u32,
    day: u32,
    session: String,
    should_cache: bool,
) -> Result<String, Error>