nerdyator / feedjack

Automatically exported from code.google.com/p/feedjack
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

use of outdated feedparser api #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This issue affects the feedjack_update.py script.  It uses the deprecated
entries[i].categories rather than entries[i].tags which causes the tags for
atom feeds to show up as integers rather than terms.  See
http://feedparser.org/docs/reference-entry-tags.html for more information
about the deprecation.

Original issue reported on code.google.com by bamul...@gmail.com on 27 Oct 2006 at 1:07

GoogleCodeExporter commented 8 years ago
Fixed in [9]

Original comment by petar.ma...@gmail.com on 27 Oct 2006 at 8:23