podcast direct downloading

This commit is contained in:
zotify 2023-03-25 14:35:36 +13:00
parent 2a96a12a2a
commit dbf05e3b50
4 changed files with 201 additions and 12 deletions

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black"
}