Fb2RSS

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

commit a55606defa65e3e1fab6f7fbb9854361564ed979
parent 53b909191ac05f4bcc69746c185aca93aa41444b
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 13 May 2017 11:10:18 +0200

Adapt to upstream-changes, where the class now is called differently.

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="userContentWrapper _5pcr"]`); + XmlNode[] nodes=root.parseXPath(`//div[@class="fbUserContent _5pcr"]`); assert(nodes.length>0, "No data nodes found!"); foreach(node; nodes.retro){ appendPost(node);