sintonia/worker/tests/fixtures/__init__.py
jo 08a44186aa fix(worker): rewrite podcast download task
- Fixes bad exception handling when facing an invalid podcast episode file. Fix #2083
2022-09-12 10:50:02 +02:00

6 lines
159 B
Python

from pathlib import Path
here = Path(__file__).parent
fixtures_path = here
# malformed.mp3 is related to https://github.com/libretime/libretime/issues/668!!