minimal_web_scraper#
Main package of the library. Provide the high-level API scrape().
Overview#
Functions#
- minimal_web_scraper.scrape(url: str) Any#
Orchestrate the download and parse of the resource at the URL.
- Parameters:
url – URL to parse
- Returns:
extracted informations by a implemented
parsers.BaseParser.parse()- Raise: