LeoEatle / Python-Crawer

This is a Python Crawer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple crawer program written by python.
using urllib2,re
using regular expression to match urls

class name: Crawer
methods:
	Crawer(baseUrl) to get a url to analyse
	findurl to get urls in the html file
	output to print the result and the number of urls

About

This is a Python Crawer


Languages

Language:Python 100.0%