Quantcast
Channel: feed2exec:1020790cdc9e4e19ad5a954870f201ec12e54556 commits
Browsing latest articles
Browse All 40 View Live

provide backtrace on plugin exceptions

View Article



Merge branch 'master' of gitlab.com:anarcat/feed2exec

View Article

quick manpage, to be improved

View Article

add proper date header

View Article

handle broken feeds better in logging

View Article


do not force plugin to have a class - it can be just a function

View Article

remove unused imports

View Article

remove unused class

View Article


make opml import more verbose

View Article


add NASA feed as it yields error in my tests, failing to reproduce

View Article

don't cache entries if output plugin failed

View Article

add another funky feed that freaks out feedparser

View Article

make the Sqlite object a singleton

View Article


add missing dependencies to setup

View Article

split fetching and parsing out in two distinct functions

View Article


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 Article

switch 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 Article


do not fail on missing parameters

sometimes some feeds will have %(author)s, sometimes not...

View Article

make echo plugin less verbose

View Article

use better from headers in emails

View Article

Revert "remove unused null plugin, echo is similar"

This is useful to reset the cache, for example. This reverts commit 94f80cfa.

View Article


simplify and document the null plugin

View Article


update usage with new config file

View Article

style and pep8

View Article

pep8

View Article


is not None is (generally) not idiomatic

View Article

.get default is None

View Article

enable tilde expansion for maildir prefix

View Article

handle all possible feed malformation gracefully

View Article



filter html to markdown, should be moved to a filter

View Article

add filter plugins which means renaming the "plugin" field to "output"

View Article

add html2text filter

View Article

Merge branch 'filter'

View Article


add documentation for the parse and fetch functions

View Article

add filter to the commandline interface and docs

View Article

improve readme slightly

View Article


remove a surious warning

View Article


logging overhaul: be less noisy and clearer in general

View Article

standardize the html2text plugin

we need to accept arbitrary arguments. in this case, this plugin would break in the threads branch

View Article

fix 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
Browsing latest articles
Browse All 40 View Live


Latest Images