mirror of
https://github.com/aria2/aria2.git
synced 2024-11-30 09:30:48 +00:00
ad5af56c17
If relative URI is found in Metalink file, aria2 resolves its full URI contatenating the URI from which Metalink file is retrieved and relative URI in Metalink file. This feature is not available if Metalink file in local disk is specified in command line.
7 lines
167 B
XML
7 lines
167 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<metalink xmlns="urn:ietf:params:xml:ns:metalink">
|
|
<file name="example.ext">
|
|
<url>example.ext</url>
|
|
</file>
|
|
</metalink>
|