Reads a list of URLs from a file, extracts the domain from each URL, removes duplicates and prints the list of domains.
- clone
git clone https://github.com/NeverWonderLand/urlparse.git
- put your URLs in urls.txt
nano urls.txt
- run the tool
python3 urlparse.py