rss_converter_twitter.com.xsl: restrict tweet selection some more
authorAntonio Ospite <ao2@ao2.it>
Mon, 30 Nov 2015 10:22:27 +0000 (11:22 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 30 Nov 2015 10:24:59 +0000 (11:24 +0100)
Only select elements which have the 'data-item-id' attribute, this way
we avoid picking up the image gallery at the top of hashtag pages which
does not have an RSS item structure.

JFTR the gallery is inside an element like this:

  <li class="AdaptiveStreamImageGallery AdaptiveSearchTimeline-separationModule js-stream-item"
      data-item-type="tweet">

with no 'data-item-id'.


No differences found