Episode Download Script

This commit is contained in:
Dennis Reimann
2022-01-03 12:28:37 +01:00
parent 64523af1e6
commit 13d64e77b7
5 changed files with 1828 additions and 92 deletions

View File

@@ -24,3 +24,11 @@ npm start
```
This will bring up the dev server on [localhost:3000](http://localhost:3000).
## Episode download
Download all episode mp3 and image files:
```bash
EPISODES_DIR=./episodes npm run episodes
```