collective / transmogrify.webcrawler

transmogrifier source blueprints for crawling html
9 stars 5 forks source link

Requests #8

Open djay opened 9 years ago

djay commented 9 years ago

Get rid of the need for a seperate blueprint for caching. It's now built into webcrawler itself and uses requests backed by a ZODB based requests_cache cache (which should be released as its own package I guess). Main reasons for doing this

Also adds alias url handling back in.