theanti9 / PyCrawler

A python web crawler
212 stars 104 forks source link

regexp + cosmetics #1

Closed mswietochowski closed 13 years ago

mswietochowski commented 13 years ago

The new regexp allows for other attributes between a-tag start and href attribute, and doesn't allow | character as attribute value begin delimiter (' " are fine).

Nice code, does the job well, thanks!

theanti9 commented 13 years ago

Oh, thanks! Merged into my repo.