metalink4-attrs.xml 666 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <metalink xmlns="urn:ietf:params:xml:ns:metalink">
  3. <file name="priority/example.ext">
  4. <url location="de" priority="0">ftp://ftp.example.com/example.ext</url>
  5. <url location="fr" priority="">http://example.com/example.ext</url>
  6. <url location="jp" priority="1000000">http://example.org/example.ext</url>
  7. <metaurl mediatype="torrent" priority="0">http://example.com/example.ext.torrent</metaurl>
  8. <metaurl mediatype="torrent" priority="">http://example.org/example.ext.torrent</metaurl>
  9. <metaurl mediatype="torrent" priority="1000000">http://example.net/example.ext.torrent</metaurl>
  10. </file>
  11. </metalink>