mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
0c62e90730
Fixed the bug that grouped FileEntry objects are not used but instead all FileEntry objects are used for each metaurl group. * src/Metalink2RequestGroup.cc * test/Metalink2RequestGroupTest.cc * test/metalink4-groupbymetaurl.xml
18 lines
561 B
XML
18 lines
561 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<metalink xmlns="urn:ietf:params:xml:ns:metalink">
|
|
<file name="file1">
|
|
<size>1000</size>
|
|
<url priority="1">http://file1p1</url>
|
|
<metaurl mediatype="torrent" priority="1" name="file1">http://torrent</metaurl>
|
|
</file>
|
|
<file name="file2">
|
|
<size>2000</size>
|
|
<url priority="1">http://file2p1</url>
|
|
</file>
|
|
<file name="file3">
|
|
<size>3000</size>
|
|
<url priority="1">http://file3p1</url>
|
|
<metaurl mediatype="torrent" priority="1" name="file3">http://torrent</metaurl>
|
|
</file>
|
|
</metalink>
|