rss_converter_twitter.com.xsl: fix getting the profile picture URL
authorAntonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:13:58 +0000 (16:13 +0200)
committerAntonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:13:58 +0000 (16:13 +0200)
rss_converter_twitter.com.xsl

index 15507f0..929f8b2 100644 (file)
                         <xsl:value-of select="$channel-link"/>
                     </link>
                     <url>
-                        <xsl:value-of select="//a[contains(@class, 'profile-picture media-thumbnail')]/@href"/>
+                        <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']"/>