fix(worker): rewrite podcast download task

- Fixes bad exception handling when facing an invalid podcast episode file. Fix #2083
This commit is contained in:
jo 2022-09-09 13:08:52 +02:00 committed by Kyle Robbertze
parent 2afb766b41
commit 08a44186aa
9 changed files with 141 additions and 96 deletions

6
worker/tests/fixtures/__init__.py vendored Normal file
View file

@ -0,0 +1,6 @@
from pathlib import Path
here = Path(__file__).parent
fixtures_path = here
# malformed.mp3 is related to https://github.com/libretime/libretime/issues/668!!