From f467b3ef9513b5a46286e7d43f6d1b422ac96a2b Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 23 Feb 2018 14:43:57 +0100 Subject: [PATCH 1/1] rss_converter_twitter.com.xsl: use a different rule to get the tweet user-name Instead of looking for 'js-stream-tweet' in the class attribute, pick the element which has the 'data-tweet-id' attribute, this is more generic and works also with permalink tweets. --- src/rss_converter_twitter.com.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rss_converter_twitter.com.xsl b/src/rss_converter_twitter.com.xsl index e2c5125..71231b9 100644 --- a/src/rss_converter_twitter.com.xsl +++ b/src/rss_converter_twitter.com.xsl @@ -114,7 +114,7 @@ - + -- 2.1.4