parameter --filters is now --filter
parameter --collapses is now --collapse
added a new --license flag for fetching the license from GitHub repo and printing it.
* added RedirectSaveError - for failed saves if the URL is a permanent redirect.
* check if url is redirect before throwing exceptions, res.url is the redirect url if redirected at all
* update tests and cli errors
* Added some docstrings in utils.py
* renamed some func/meth to better names and added doc strings + lint
* added more docstrings
* more docstrings
* improve docstrings
* docstrings
* added more docstrings, lint
* fix import error
* No need to fetch archive_url and timestamp from availability API on init.
Not useful if all I want is to archive a page
* Update test_wrapper.py
* Update wrapper.py
* Update test_wrapper.py
* Update wrapper.py
* Update cli.py
* Update wrapper.py
* Update __version__.py
* Update __version__.py
* Update __version__.py
* Update __version__.py
* Update setup.py
* Update README.md
* Update cli.py
* improved tests
* chnages for proper testing
* Type check using isinstance
* Replace elifs with if when used after return
* twitter.com --> www.ibm.com
* fix typo
* test archive urll parser and dunders
* Update test_wrapper.py
* Update wrapper.py
* entry points cli
* Suppress the urllib2/3 Exception
* rm cli code, will create a new cli.py file
* Create cli.py
* update cli entry pts
* Update cli.py
* Update cli.py
* import print_function
* Update cli.py
* Update cli.py
* Delete pypi_uploader.sh
* resolve conflicts with the master
* update the test ; resolve the conflicts
* decrease code complexity
* cli method changed to main
* get is not for just local usage
* get method should be available from interface
* get is used in the interface
* Update cli.py