Path segment finder
Basically this program lists you the links related with a href="" of the target website.
It may be reduce the time for gathering information from the website.
bs4, for parsing and finding path segments
requests, for getting the data with HTTP request
argparse, for better usage
python3 pathcurse.py --url https://google.com