issues
search
thecodingmortals
/
on-page-seo-analyzer
MIT License
1
stars
1
forks
source link
Add a function: fetch_all_URLs()
#2
Open
TanyaaCJain
opened
2 years ago
TanyaaCJain
commented
2 years ago
Function: fetch_all_URLs()
Pass a URL to the function as argument.
Perform an extraction to retrieve all URLS associated to the given URL's webpage.
Return the list of URLs.
Resources:
Extract all URLs from a Webpage using Python
Function: fetch_all_URLs()
Resources: