rss_converter_twitter.com.xsl: restrict the criterion to match actual tweets
[tweeper.git] / rss_converter_twitter.com.xsl
index 9185a54..3cded38 100644 (file)
@@ -96,7 +96,7 @@
                         <xsl:value-of select="//a[contains(@class, 'profile-picture media-thumbnail')]/@href"/>
                     </url>
                 </image>
-                <xsl:apply-templates select="//li[@data-item-type='tweet']"/>
+                <xsl:apply-templates select="//ol[@id='stream-items-id']/li[@data-item-type='tweet']"/>
             </channel>
         </rss>
     </xsl:template>