Whole download interrupts when a file doesn't exist
When using the download with multiple ids the whole download gets interrupted, when a file doesn't exist (or the download of that file is not permitted).
In this case I'd expect to just skip the missing file and continue downloading the remaining files (in particular since the files which already had been downloaded stay).
This should be achievable through catching the raised errors and continuing the loop.
Edited by EorlBruder