↧
fix tests and sqlite singleton
do not pass the path everywhere, we are bound to forget it instead, we use a static "path" in the singleton and use a connexion cache based on that path. this is still wrong and we should consider...
View Articleswitch to a config file for feed storage
this makes it easier for people to edit the config file and removes potential conflicts with the cache it also allows for default values
View Articledo not fail on missing parameters
sometimes some feeds will have %(author)s, sometimes not...
View ArticleRevert "remove unused null plugin, echo is similar"
This is useful to reset the cache, for example. This reverts commit 94f80cfa.
View Articlestandardize the html2text plugin
we need to accept arbitrary arguments. in this case, this plugin would break in the threads branch
View Articlefix parsing of broken date feeds
for some reason, feedparser generates an object that has a "published_parsed" field in its keys, but not when indexed. this is fixed by converting to a real dict
View Article