Skip to content

Commit

Permalink
Merge pull request #2 from bartdag/master
Browse files Browse the repository at this point in the history
cleanup. bumped version
  • Loading branch information
jimpriest committed Aug 19, 2015
2 parents 27a14d8 + 2b8983d commit 3012073
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pylinkvalidator
===============

:Version: 0.2
:Version: 0.3

pylinkvalidator is a standalone and pure python link validator and crawler that
traverses a web site and reports errors (e.g., 500 and 404 errors) encountered.
Expand Down Expand Up @@ -214,6 +214,9 @@ Crawl a site and use LXML to parse HTML (faster, must be installed)
Print debugging info
``pylinkvalidate.py --verbose=2 http://example.com/``

Change User-Agent request header
``pylinkvalidate.py --header="User-Agent: Mozilla/5.0" http://example.com/``


API Usage
---------
Expand Down
2 changes: 1 addition & 1 deletion pylinkvalidator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Main pylinkvalidator package
"""

__version__ = "0.2"
__version__ = "0.3"

0 comments on commit 3012073

Please sign in to comment.