Skip to content

Commit

Permalink
cleanup. bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdag committed Aug 18, 2015
1 parent 283bfdd commit 2b8983d
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 2b8983d

Please sign in to comment.