projects
/
tweeper.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/control: depend on php-xml instead of php-xsl
[tweeper.git]
/
rss_converter_instagram.com.xsl
diff --git
a/rss_converter_instagram.com.xsl
b/rss_converter_instagram.com.xsl
index
633c8ef
..
e869d7d
100644
(file)
--- a/
rss_converter_instagram.com.xsl
+++ b/
rss_converter_instagram.com.xsl
@@
-32,10
+32,6
@@
<xsl:text>https://instagram.com</xsl:text>
</xsl:variable>
<xsl:text>https://instagram.com</xsl:text>
</xsl:variable>
- <xsl:template match="display_src">
- <xsl:copy-of select="php:function('Tweeper::generateEnclosure', string(text()))"/>
- </xsl:template>
-
<xsl:variable name="user-name" select="//ProfilePage/user/username"/>
<!-- Some users do not specify the full name -->
<xsl:variable name="user-name" select="//ProfilePage/user/username"/>
<!-- Some users do not specify the full name -->
@@
-79,13
+75,13
@@
</guid>
<pubDate>
<xsl:variable name="timestamp" select="./date"/>
</guid>
<pubDate>
<xsl:variable name="timestamp" select="./date"/>
- <xsl:value-of select="php:functionString('Tweeper::epochToRssDate',
number($timestamp)
)"/>
+ <xsl:value-of select="php:functionString('Tweeper::epochToRssDate',
$timestamp
)"/>
</pubDate>
<description>
<xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text>
<p>
<xsl:if test="./is_video/text() = 1">
</pubDate>
<description>
<xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text>
<p>
<xsl:if test="./is_video/text() = 1">
- (Video)
+ (Video)
</xsl:if>
<xsl:value-of select="$item-content-caption"/>
</p><br />
</xsl:if>
<xsl:value-of select="$item-content-caption"/>
</p><br />
@@
-93,7
+89,7
@@
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generate-enclosure = 1">
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generate-enclosure = 1">
- <xsl:
apply-templates select="./display_src
"/>
+ <xsl:
copy-of select="php:functionString('Tweeper::generateEnclosure', $item-content-image)
"/>
</xsl:if>
</item>
</xsl:template>
</xsl:if>
</item>
</xsl:template>