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

View file

@ -22,6 +22,7 @@ setup(
],
extras_require={
"dev": [
"requests-mock",
"types-requests",
],
},