!!!Universal Feed Parser *投稿者: みゅ *カテゴリ: Python *優先度: 普通 *状態: 完了 *日時: 2010年03月11日 23時58分08秒 //{{bugstate}} !!リンク *[魅力的な Python: mechanize と Beautiful Soup を使って Web データの収集を簡単に行う|http://www.ibm.com/developerworks/jp/linux/library/l-python-mechanize-beautiful-soup/] !!内容 *http://www.feedparser.org/ d1 = feedparser.parse("http://phoenixx.sakura.ne.jp/R/wiki.cgi?action=RSS") len(d1.entries) print d1['feed']['title'] print d1.channel.title print d1.entries[0].title print d1.entries[0].link print d1.entries[0].tags[0].term !!コメント //{{comment}}