rss_converter_instagram.com.xsl: improve the comment about full names
[tweeper.git] / src / rss_converter_twitter.com.xsl
index fc250e5..e2c5125 100644 (file)
                         <xsl:value-of select="//a[contains(@class, 'profile-picture')]/@href"/>
                     </url>
                 </image>
-                <xsl:apply-templates select="//ol[@id='stream-items-id']/li[@data-item-id and @data-item-type='tweet']"/>
+                <xsl:apply-templates select="//ol[@id='stream-items-id']/li[@data-item-id and @data-item-type='tweet' and not(contains(@class, 'has-profile-promoted-tweet'))]"/>
             </channel>
         </rss>
     </xsl:template>