8000 When Metalink item fails and gets retried, "name" attribute is ignored · Issue #750 · mayswind/AriaNg · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
When Metalink item fails and gets retried, "name" attribute is ignored #750
Open
@maliayas

Description

@maliayas

I'm using AriaNg Native and I don't know if this issue belongs to AriaNg, AriaNg Native or aria2.

If an item in a Metalink file fails, the GUI provides a button to retry it. However using that button causes the download destination to be completely ignored.

Sample Metalink:

<?xml version="1.0" encoding="UTF-8"?>
<metalink version="3.0" xmlns="http://www.metalinker.org/" xmlns:a0="http://www.downthemall.net/properties#" >
    <files>
        <file name="lorem/ipsum.zip" >
            <resources>
                <url type="http" >https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.36-setup.exe</url>
            </resources>
        </file>
    </files>
</metalink>

If the download succeeds at first try, then the file successfully get saved as "lorem/ipsum.zip" (mind the subfolder). However if it fails and then I "retry", <file name="lorem/ipsum.zip" > becomes completely ignored as if I manually added a new URL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0