| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run this:
python link_extractor.py --help
usage: link_extractor.py [-h] [-m MAX_URLS] url
Link Extractor Tool with Python
positional arguments:
url The URL to extract links from.
optional arguments:
-h, --help show this help message and exit
-m MAX_URLS, --max-urls MAX_URLS
Number of max URLs to crawl, default is 30.
python link_extractor.py https://github.com -m 2
[!] External link: https://developer.github.com/ [*] Internal link: https://help.github.com/ [!] External link: https://github.blog/ [*] Internal link: https://help.github.com/articles/github-terms-of-service/ [*] Internal link: https://help.github.com/articles/github-privacy-statement/ [+] Total Internal links: 85 [+] Total External links: 21 [+] Total URLs: 106
| Back | FazBrowse Home | New Git URL |