From: Antonio Ospite Date: Sat, 25 Jul 2015 10:43:49 +0000 (+0200) Subject: rss_converter_instagram.com.xsl: use the image caption as the item content X-Git-Tag: v0.4~18 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/8b8fce67efe48521ed344220c74be3d9658f703c rss_converter_instagram.com.xsl: use the image caption as the item content Instagram has reintroduced serving the image caption in the json data, so use it; it is way nicer than the stats tweeper was showing before. --- diff --git a/rss_converter_instagram.com.xsl b/rss_converter_instagram.com.xsl index 1bb580f..9ef06ef 100644 --- a/rss_converter_instagram.com.xsl +++ b/rss_converter_instagram.com.xsl @@ -41,11 +41,11 @@ + - - <xsl:value-of select="$item-content-title"/> + <xsl:value-of select="$item-content-caption"/> @@ -59,7 +59,7 @@ <![CDATA[ -


+


]]>