From 8b8fce67efe48521ed344220c74be3d9658f703c Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 25 Jul 2015 12:43:49 +0200 Subject: [PATCH] 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. --- rss_converter_instagram.com.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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[ -


+


]]>
-- 2.1.4