/url-crawler

URL-CRAWLER is a Python script that extracts all third-party links from a given domain. It uses the BeautifulSoup library to parse the HTML and filter out links that belong to the same domain as the original domain.

Primary LanguagePythonMIT LicenseMIT

Watchers