From b8bf7a34c475cf0b9c883d461198356ae7786412 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 27 Nov 2015 12:47:50 +0100 Subject: [PATCH] rss_converter_twitter.com.xsl: restrict the criterion to match actual tweets By only using li[@data-item-type='tweet'] sometimes void entries where selected, and in particular the ones under
    . So just pick the items under
      as the actual tweets with valid contents in them. --- rss_converter_twitter.com.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss_converter_twitter.com.xsl b/rss_converter_twitter.com.xsl index 9185a54..3cded38 100644 --- a/rss_converter_twitter.com.xsl +++ b/rss_converter_twitter.com.xsl @@ -96,7 +96,7 @@ - + -- 2.1.4