| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <metalink xmlns="urn:ietf:params:xml:ns:metalink">
- <published>2009-05-15T12:23:23Z</published>
- <file name="example.ext">
- <size>786430</size>
- <identity>Example</identity>
- <version>1.0</version>
- <language>en</language>
- <description>A description of the example file for download.</description>
- <hash type="md5">80bc95fd391772fa61c91ed68567f0980bb45fd9</hash>
- <hash type="sha-1">80bc95fd391772fa61c91ed68567f0980bb45fd9</hash>
- <pieces length="262144" type="sha-1">
- <hash>metalinkhash1</hash>
- <hash>metalinkhash2</hash>
- <hash>metalinkhash3</hash>
- </pieces>
- <pieces length="262144" type="sha-256">
- <hash>metalinkhash1</hash>
- <hash>metalinkhash2</hash>
- <hash>metalinkhash3</hash>
- </pieces>
- <url location="de" priority="1">ftp://ftp.example.com/example.ext</url>
- <url location="fr" priority="1">http://example.com/example.ext</url>
- <metaurl mediatype="torrent" priority="2">http://example.com/example.ext.torrent</metaurl>
- <signature mediatype="application/pgp-signature">a signature</signature>
- </file>
- </metalink>
|