viragumathe5 / Web-crawler-for-wayback-machine

The repository is for the submission of the patch for the Internet Archives for GSoC 2020
Apache License 2.0
2 stars 1 forks source link

Create a function get_soup_from_url() #2

Closed cclauss closed 4 years ago

cclauss commented 4 years ago
def get_soup_from_url(url: str = "https://www.pixar.com/feature-films/cars-3") -> bs4.BeautifulSoup:
    """Your code here..."""