metalink4.xml 1.3 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <metalink xmlns="urn:ietf:params:xml:ns:metalink">
  3. <published>2009-05-15T12:23:23Z</published>
  4. <file name="example.ext">
  5. <size>786430</size>
  6. <identity>Example</identity>
  7. <version>1.0</version>
  8. <language>en</language>
  9. <description>A description of the example file for download.</description>
  10. <hash type="md5">cbd18db4cc2f85cedef654fccc4a4d8</hash>
  11. <hash type="sha-1">0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33</hash>
  12. <pieces length="262144" type="sha-1">
  13. <hash>5bd9f7248df0f3a6a86ab6c95f48787d546efa14</hash>
  14. <hash>9413ee70957a09d55704123687478e07f18c7b29</hash>
  15. <hash>44213f9f4d59b557314fadcd233232eebcac8012</hash>
  16. </pieces>
  17. <pieces length="262144" type="sha-256">
  18. <hash>0245178074fd042e19b7c3885b360fc21064b30e73f5626c7e3b005d048069c5</hash>
  19. <hash>487ba2299be7f759d7c7bf6a4ac3a32cee81f1bb9332fc485947e32918864fb2</hash>
  20. <hash>37290d74ac4d186e3a8e5785d259d2ec04fac91ae28092e7620ec8bc99e830aa</hash>
  21. </pieces>
  22. <url location="de" priority="1">ftp://ftp.example.com/example.ext</url>
  23. <url location="fr" priority="1">http://example.com/example.ext</url>
  24. <metaurl mediatype="torrent" priority="2">http://example.com/example.ext.torrent</metaurl>
  25. <signature mediatype="application/pgp-signature">a signature</signature>
  26. </file>
  27. </metalink>