From: Antonio Ospite <ao2@ao2.it>
Date: Mon, 6 Nov 2017 17:15:59 +0000 (+0100)
Subject: rss_converter_facebook.com.xsl: fix channel link, image, and description
X-Git-Tag: v1.2.0~9
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/63c687219e7eb7e73b366983bc0ee16ee43a9aa1?hp=-c

rss_converter_facebook.com.xsl: fix channel link, image, and description
---

63c687219e7eb7e73b366983bc0ee16ee43a9aa1
diff --git a/src/rss_converter_facebook.com.xsl b/src/rss_converter_facebook.com.xsl
index 283549c..520d6ce 100644
--- a/src/rss_converter_facebook.com.xsl
+++ b/src/rss_converter_facebook.com.xsl
@@ -106,8 +106,8 @@
 
     <xsl:template match="/">
         <xsl:variable name="channel-title" select="//title"/>
-        <xsl:variable name="channel-link" select="//div[contains(@class, 'fbUserStory') or contains(@class, 'userContentWrapper')][1]//a[1]/@href"/>
-        <xsl:variable name="channel-image" select="//div[contains(@class, 'fbUserStory') or contains(@class, 'userContentWrapper')][1]//a[1]//img/@src"/>
+        <xsl:variable name="channel-link" select="//meta[@property='og:url']/@content"/>
+        <xsl:variable name="channel-image" select="//meta[@property='og:image']/@content"/>
 
         <rss version="2.0">
             <xsl:attribute name="xml:base"><xsl:value-of select="$BaseURL" /></xsl:attribute>
@@ -121,7 +121,7 @@
                 </link>
                 <description>
                     <xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text>
-                    <xsl:copy-of select="//div[@data-id='1']/node()"/>
+                    <xsl:value-of select="//meta[@property='og:description']/@content"/>
                     <xsl:text disable-output-escaping="yes">]]&gt;</xsl:text>
                 </description>
                 <image>