X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/5f87fdc0c505314fbe8b0e397d34039f5c7894bb..8a9794cc47a6f389541168ced98e14080907034b:/rss_converter_instagram.com.xsl diff --git a/rss_converter_instagram.com.xsl b/rss_converter_instagram.com.xsl index bf83dde..e869d7d 100644 --- a/rss_converter_instagram.com.xsl +++ b/rss_converter_instagram.com.xsl @@ -24,7 +24,7 @@ xsl:extension-element-prefixes="php" exclude-result-prefixes="php"> - + @@ -32,14 +32,22 @@ https://instagram.com - - - + - - + + + + + + + + + + + + - + @@ -67,28 +75,28 @@ - + <![CDATA[

- (Video) + (Video)


- + ]]>
- - + +
- + @@ -101,7 +109,13 @@ - + <![CDATA[ + + + + + + ]]> @@ -111,10 +125,10 @@ <xsl:value-of select="$channel-link"/> </link> <url> - <xsl:value-of select="//user/profile_pic_url"/> + <xsl:value-of select="//ProfilePage/user/profile_pic_url"/> </url> </image> - <xsl:apply-templates select="//media/nodes/XML_Serializer_Tag"/> + <xsl:apply-templates select="//ProfilePage/user/media/nodes"/> </channel> </rss> </xsl:template>