URLparser is a CLI tool extracts URLs from the given URL
| Args | Discription |
|---|---|
| -u/--url | Specify the domain. |
| -m/--max-urls | max URLs you want to crawl. |
| -h/--help | Display all args and usage |
$ git clone https://github.com/DevanshRaghav75/URLparser.git
$ cd URLparser
$ python3 setup.py
$ urlparser -h
