Fast Link Extractor documentation
fast_link_extractor is Python package to quickly extract links from
a webpage and its subdirectories. Speed is achieved by asynchronous
requests.
Installation
# PyPi
pip install fast-link-extractor
# Bleeding edge commit
pip install git+https://github.com/lgloege/fast-link-extractor.git
Help and Reference