2010-02-25 14:40:18 +00:00
|
|
|
<?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>
|
2010-02-26 08:55:10 +00:00
|
|
|
<file name="foo">
|
|
|
|
<metaurl name="../foo" mediatype="torrent">http://example.com/example.torrent</metaurl>
|
|
|
|
</file>
|
2010-02-25 14:40:18 +00:00
|
|
|
</metalink>
|