Some more values are added tot he class attribute so the old equality
check does not work anymore.
Use a contains() check, this is more future proof and allows also to
support both the classic and the new profile pages.
                 </description>
                 <image>
                     <url>
-                        <xsl:value-of select="//a[@class='profile-picture media-thumbnail']/@href"/>
+                        <xsl:value-of select="//a[contains(@class, 'profile-picture media-thumbnail')]/@href"/>
                     </url>
                 </image>
                 <xsl:apply-templates select="//*[@data-item-type='tweet']"/>