| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <metalink xmlns="urn:ietf:params:xml:ns:metalink">
- <file name="/example1.ext">
- <url location="fr" priority="1">http://example.com/example.ext</url>
- </file>
- <file name="./example2.ext">
- <url location="fr" priority="1">http://example.com/example.ext</url>
- </file>
- <file name="../example3.ext">
- <url location="fr" priority="1">http://example.com/example.ext</url>
- </file>
- <file name="dir/../example4.ext">
- <url location="fr" priority="1">http://example.com/example.ext</url>
- </file>
- <file name="example5.ext/..">
- <url location="fr" priority="1">http://example.com/example.ext</url>
- </file>
- <file name=".">
- <url location="fr" priority="1">http://example.com/example.ext</url>
- </file>
- <file name="..">
- <url location="fr" priority="1">http://example.com/example.ext</url>
- </file>
- <file name="foo">
- <metaurl name="../foo" mediatype="torrent">http://example.com/example.torrent</metaurl>
- </file>
- </metalink>
|