CRAWLER1.PY
This is a basic web crawler which fetches all links(http/https) from the url specified.
Note:The urllib2 module is used in python2 (so executing this in python 3 might show error). It has been split across different modules in Python 3 named urllib.request and urllib.error.