File containing WebsiteScraper class.
website_scraper.
WebsiteScraper
Bases: object
object
Used as superclass for classes which use webscraping.
get_request_raw_text
Returns the raw text of a website.
set_url
Sets the url of this object. Used as base url for the requests made by this class.
Args: