<?xml version="1.0" encoding="utf-8"?>
<metalink version="3.0" xmlns="http://www.metalinker.org/">
  <identity>Wget Test Files</identity>
  <version>1.2.3</version>
  <description>Wget Test Files description</description>
  <files>
    <file name="dir/File1">
      <verification>
        <pieces type="sha1" length="55">
          <hash type="sha256">0</hash>
        </pieces>
        <hash type="sha256">0</hash>
      </verification>
      <resources>
        <url type="http" location=de preference="35">http://example.com/wrong_file</url>
        <url type="http" preference="-1">http:///404</url>
        <url type="http" preference="25">http:///File1_lowPref</url>
        <url type="http" preference="30">http:///File1</url>
      </resources>
      <size>12</size>
    </file>
    <file name="dir/File2">
      <verification>
        <hash type="sha256">567</hash>
      </verification>
      <resources>
        <url type="http" preference="35">http://example.com/wrong_file</url>
        <url type="http" preference="40">http://example.com/404</url>
        <url type="http" preference="25">http://example.com/File2_lowPref</url>
        <url type="ftp" preference="30">ftp://example.com/File2</url>
      </resources>
    </file>
  </files>

  <file name="dir/File1">
    <hash type="sha256">0</hash>
    <pieces type="sha1" length="55">
      <hash type="sha256">0</hash>
    </pieces>
    <size>12</size>
    <url type="http" location=de priority="35">http://example.com/wrong_file</url>
    <url type="http" priority="-1">http:///404</url>
    <url type="http" priority="25">http:///File1_lowPref</url>
    <url type="http" preference="30">http:///File1</url>
  </file>

</metalink>
