From ad6d0cb44b8ea2b895658bf2b74d293b9a880ca1 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 8 Mar 2017 09:20:01 +0100 Subject: [PATCH] rss_converter_facebook.com.xsl: match both the new and the old wrapper class Facebook still seems to use the "userContentWrapper" sometimes, it's not clear if "fbUserContent" was only used for a short period of time or if both are actually used; in the doubt support both. --- src/rss_converter_facebook.com.xsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rss_converter_facebook.com.xsl b/src/rss_converter_facebook.com.xsl index fc4f272..def8e69 100644 --- a/src/rss_converter_facebook.com.xsl +++ b/src/rss_converter_facebook.com.xsl @@ -52,7 +52,7 @@ name="page-id" select="substring-after(//meta[@property='al:android:url']/@content, 'fb://page/')"/> - + - - + + @@ -135,7 +135,7 @@ - + -- 2.1.4