Fb2RSS

A Facebook to RSS conversion tool
git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules

commit d3ee556e82bee78a71050948308a68376e1c69f8
parent 491e55687a1b769c8355882e1578c488b5a39ee1
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Mon, 30 Jul 2018 21:23:22 +0000

Merge branch 'master' of gitko:Fb2RSS

Diffstat:
fbstream.d | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fbstream.d b/fbstream.d @@ -150,7 +150,7 @@ class FBStream : DRSS!(Post){ root=readDocument(document); if(!captchaSolved(document)){ throw new CaptchaException("Captcha has not been solved yet. " - "Please run the ./captcha utility"); + ~"Please run the ./captcha utility"); } arr=root.parseXPath(`//title`); headers[1][1]=arr[0].getCData().idup;