gnuton / mixamo_anims_downloader

Script to download all animations from mixamo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HINT] Full auto mode

rwohlgethan opened this issue · comments

If you use Firefox instead of Chrome you can download fully automated be setting (in about:config):

browser.helperApps.alwaysAsk.force => bool => false (default value)
browser.helperApps.neverAsk.saveToDisk => string => "application/octet-stream"

you might also want to increase the concurrent connections:

network.http.max-persistent-connections-per-server => integer => 32

these settings could also be integrated into the script...

[EDIT]it seems, though, that my Firefox only downloads one item at a time. anyway, it does so unattended ;)[/EDIT]

The script itself serializes the downloads by design. If you wanna run multiple downloads some small changes are needed... But in that case you may overload the mixamo instances quite a bit..since they bake animations for each request.