fix(worker): rewrite podcast download task
- Fixes bad exception handling when facing an invalid podcast episode file. Fix #2083
This commit is contained in:
parent
2afb766b41
commit
08a44186aa
9 changed files with 141 additions and 96 deletions
6
worker/tests/fixtures/__init__.py
vendored
Normal file
6
worker/tests/fixtures/__init__.py
vendored
Normal 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!!
|
Loading…
Add table
Add a link
Reference in a new issue