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)
commit5c8599142d25a8a9f9cbd4ecb4b0ea114c46bc93
treeaeb0fc578dcd758c59a8b5f6d410a6249aea91d9
parentcf9648c2ee5787195e5b2582aa1f93d2a0b69b0d
rss_converter_twitter.com.xsl: restrict tweet selection some more

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'.
rss_converter_twitter.com.xsl