Aria Feed Reader

Warning

This is a demonstration of yotsuba.lib.kotoba. The code is not thoroughly tested to the production level.

class yotsuba.lib.aria.Feeds
static make_from_rss_feed(url, cacheLocation=None)
static make_from_rss_feed_data(rssFeedData)
class yotsuba.lib.aria.RSSFeed(title, link, description=None, comments=None, publishedDate=None)

See also

Module yotsuba.core.net
Simplified HTTP Module
Module yotsuba.lib.kotoba
XML Parser with CSS selectors

Previous topic

References

Next topic

Base Module

This Page