Sha256: 5a80e21b29d1fb8735d6660f5d6698b746f8f6e4c5d9284d358bf83e1aa4828c
Contents?: true
Size: 391 Bytes
Versions: 18
Compression:
Stored size: 391 Bytes
Contents
<!-- Description: iTunes link rel=enclosure href does not map to ID if ID is present Expect: not bozo and entries[0]['id'] == u'http://example.com/id' --> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd"> <entry> <id>http://example.com/id</id> <link rel="enclosure" href="http://example.com/movie.mp4"></link> </entry> </feed>
Version data entries
18 entries across 18 versions & 5 rubygems