Sha256: 19a7f6a6220e17dab000b60b4ad6e595dc47193c0c85d9c97453fa50f0e2550d

Contents?: true

Size: 423 Bytes

Versions: 13

Compression:

Stored size: 423 Bytes

Contents

<!--
Description: multiple enclosures
Expect:      bozo and entries[0]['enclosures'][1] == {'url': 'http://example.com/2', 'length': '200000', 'type': 'image/gif'}
-->
<rss version="2.0">
<channel>
<item>
<enclosure url="http://example.com/1" length="100000" type="image/jpeg" />
<enclosure url="http://example.com/2" length="200000" type="image/gif" />
<link>http://example.com/</link>
</item>
</channel>
</rss

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
feedtools-0.2.17 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.18 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.19 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.20 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.21 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.22 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.23 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.24 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.25 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.26 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.27 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.28 test/feeds/illformed/rss/item_enclosure_multiple.xml
feedtools-0.2.29 test/feeds/illformed/rss/item_enclosure_multiple.xml