The Spider class is used to crawl a website and identify internal and external links. It has the following methods: __init__(self, url, max_hops = 0): Initializes a Spider object with the given URL ...