Mercurial > hg > Feedworm
log backend/AbstractFeedUpdater.py @ 165:a5bda54309ba
age | author | description |
---|---|---|
2011-08-29 | dirk | Do not fetch and parse the feed twice when creating a new one. Pass the parsed info into the update method instead to reuse. |
2011-08-24 | Dirk Olmes | updating feeds on the couchdb backend works now |
2011-08-24 | Dirk Olmes | pull out common code for updating a feed into an abstract class, have the sqlalchemy backend use that class. |