mirror of
https://ghproxy.net/https://github.com/fairpm/planet.git
synced 2026-07-22 12:17:20 +08:00
13 lines
218 B
XML
13 lines
218 B
XML
<!--
|
|
Description: enclosure
|
|
Expect: links[0].rel == 'enclosure' and id == 'http://example.com/1'
|
|
-->
|
|
|
|
<rss>
|
|
<channel>
|
|
<item>
|
|
<enclosure href="http://example.com/1"/>
|
|
</item>
|
|
</channel>
|
|
</rss>
|
|
|