This release has no changes to the public API, but adds support for Python 2.7 and Python 3.4 to 3.6.
- Fix a bug where
crawl()
would crash if it encountered an invalid URL scheme (e.g.mailto:
links).
- Remove a stray
print()
statement from insidecrawl()
.
This release is equivalent to 0.1.3, and just serves as a test of Travis deployments to PyPI.
- Add the
ignore_fragments
parameter tocrawl()
.
- Add the ability to follow
@font-face
rules in CSS stylesheets.
- Add the
follow_external_links
parameter tocrawl()
.
- First release!