Universal Feed Parser
- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://feedparser.org/
- 软件文档: http://feedparser.org/docs/
软件介绍
Universal Feed Parser 是一个用 Python 语言编写的 RSS/ATOM 解析器。
示例代码:
>>> import feedparser
>>> d = feedparser.parse('http://feedparser.org/docs/examples/rss20.xml')
>>> d.feed.image
{'title': u'Example banner',
'href': u'http://example.org/banner.png',
'width': 80,
'height': 15,
'link': u'http://example.org/'}
Learn Python the Hard Way
Zed A. Shaw / Addison-Wesley Professional / 2013-10-11 / USD 39.99
Master Python and become a programmer-even if you never thought you could! This breakthrough book and CD can help practically anyone get started in programming. It's called "The Hard Way," but it's re......一起来看看 《Learn Python the Hard Way》 这本书的介绍吧!
