ziahamza/webui-aria2

[Problem] Can not download when file number in metalink file is large

matumot opened this issue · 2 comments

Hello,

I tried to use webui-aria2 by specifying metalink file.
Example is shown below.
I could download files with webui-aria2 when number of file
in metalink file is about 1,000.
However, webui-aria2 did not work when the number of file
in metalink file is large (such as 10K, 100K, 1M).
(Though I could download with aria2c command in this case)

It seems that there is a limit of file number in metalink file.
Is it possible to release the limit?

Thank you very much for your help.

Example of metalink file

2020-05-04T17:19:52.918839 405 055712370a409797bc17412af435c22d http://xxxxx.xxxxx.xxxxx/test/Ag4RbI5.json 344 888e3a95651abc77793afbfdaa2f2b90 http://xxxxx.xxxxx.xxxx/test/Ag4RbI5.system.json

it seems that I somehow mistake the usage.
I needed to write hash type as md5 (not as @md5)
Now it is OK, Sorry for your confusion.