X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/c8a331073955c3185e0cbeb5c8eed81ef2d9ca5c..4c2e9862fdd7af1572f5a0fc90b030847b946ce8:/rss_converter_twitter.com.xsl diff --git a/rss_converter_twitter.com.xsl b/rss_converter_twitter.com.xsl index 182fbc0..9efc769 100644 --- a/rss_converter_twitter.com.xsl +++ b/rss_converter_twitter.com.xsl @@ -38,7 +38,7 @@ - + @@ -83,7 +83,7 @@ - + @@ -96,7 +96,7 @@ <xsl:value-of select="//a[contains(@class, 'profile-picture media-thumbnail')]/@href"/> </url> </image> - <xsl:apply-templates select="//*[@data-item-type='tweet']"/> + <xsl:apply-templates select="//*[@data-item-type='tweet' and @role='listitem']"/> </channel> </rss> </xsl:template>