DRSS

Ugly RSS interface for D.
git clone git://xatko.vsos.ethz.ch/DRSS.git
Log | Files | Refs | Submodules

commit 1532e667cb15b8312d6e68da8ce0107796816853
parent 1efca1a096e807622d173738acd37749bed74dfb
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Wed,  9 Sep 2015 13:09:55 +0200

Merge branch 'master' of github.com:Doeme/DRSS

Diffstat:
drss/rss.d | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/drss/rss.d b/drss/rss.d @@ -75,6 +75,7 @@ abstract class DRSS(T=Entry){ if(newent>entries.front){ return !canFind!("a.id==b.id")(entries[], newent); } + break; default: throw new Exception("Unknonwn reliability"); }