projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74da278
)
rss_converter_twitter.com.xsl: fix getting the profile picture URL
author
Antonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:13:58 +0000
(16:13 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:13:58 +0000
(16:13 +0200)
rss_converter_twitter.com.xsl
patch
|
blob
|
history
diff --git
a/rss_converter_twitter.com.xsl
b/rss_converter_twitter.com.xsl
index
15507f0
..
929f8b2
100644
(file)
--- a/
rss_converter_twitter.com.xsl
+++ b/
rss_converter_twitter.com.xsl
@@
-102,7
+102,7
@@
<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']"/>