metalink4.xml 1.1 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">80bc95fd391772fa61c91ed68567f0980bb45fd9</hash>
  11. <hash type="sha-1">80bc95fd391772fa61c91ed68567f0980bb45fd9</hash>
  12. <pieces length="262144" type="sha-1">
  13. <hash>metalinkhash1</hash>
  14. <hash>metalinkhash2</hash>
  15. <hash>metalinkhash3</hash>
  16. </pieces>
  17. <pieces length="262144" type="sha-256">
  18. <hash>metalinkhash1</hash>
  19. <hash>metalinkhash2</hash>
  20. <hash>metalinkhash3</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>