Fb2RSS

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

commit 182ad77e8f1f5f7b8614b473b34a6948734da377
parent 8430c5c5445897abe9676e851fbd09a04198dfa3
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Tue, 30 Jun 2015 22:40:31 +0200

Increase the cutoff length to 80.

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

diff --git a/Fb2RSS.d b/Fb2RSS.d @@ -176,7 +176,7 @@ struct Post{ XmlNode content; SysTime time; string href; - static ushort title_cutoff=25; + static ushort title_cutoff=80; @property string title(){ string cont=content.getChildren()[0].getCData();