Don't abort whole download, when one file doesn't exist
Compare changes
+ 9
− 5
@@ -36,10 +36,10 @@ async def get_track_download_url(id, remote, format=None):
@@ -73,9 +73,13 @@ async def track_download(
We now catch the error raised, when a file doesn't exist and just skip that file. Also the exception is a bit more verbose and provides the affected id.
Fixes #18 (closed)