Previous topic

libearth.compat.xmlpullreader — Pulling SAX parser

Next topic

libearth.feed — Feeds

This Page

libearth.crawler — Crawler

Crawl feeds.

libearth.crawler.crawl(feeds, pool_size)

Crawl feeds in feed list using thread.

Parameters:feeds – feeds
Returns:set of pairs (~libearth.feed.Feed, crawler hint)
Return type:collections.Iterable
Fork me on GitHub