Fb2RSS

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

commit f3f4f12e621fb19a7f941ec3b8412e16ca7f5953
parent a55606defa65e3e1fab6f7fbb9854361564ed979
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Tue,  8 Aug 2017 10:19:21 +0200

Revert some prior changes to match upstream again.

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

diff --git a/fbstream.d b/fbstream.d @@ -148,7 +148,7 @@ class FBStream : DRSS!(Post){ headers[1][1]=arr[0].getCData().idup; headers[0][1]=url; - XmlNode[] nodes=root.parseXPath(`//div[@class="fbUserContent _5pcr"]`); + XmlNode[] nodes=root.parseXPath(`//div[@class="_5pcr fbUserContent"]`); assert(nodes.length>0, "No data nodes found!"); foreach(node; nodes.retro){ appendPost(node);