From 4c2e9862fdd7af1572f5a0fc90b030847b946ce8 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 5 May 2015 09:25:20 +0200 Subject: [PATCH] rss_converter_twitter.com.xsl: restrict tweet matching With new style retweets the quoted text is also matched by [@data-item-type='tweet'] but then the content is not handled, resulting in empty items in the RSS feed. Checking also for @role='listitem' allows to pick up only top-level tweets. --- rss_converter_twitter.com.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rss_converter_twitter.com.xsl b/rss_converter_twitter.com.xsl index 665b71d..9efc769 100644 --- a/rss_converter_twitter.com.xsl +++ b/rss_converter_twitter.com.xsl @@ -38,7 +38,7 @@ - + @@ -96,7 +96,7 @@ - + -- 2.1.4