Download all streams from a youtube channel to an s3 bucket
| .env.example | ||
| .eslintrc.yml | ||
| .gitignore | ||
| archive.js | ||
| archive.txt | ||
| archiveOneId.js | ||
| config.example.yaml | ||
| cookies.txt | ||
| helpers.js | ||
| index.js | ||
| nico.txt | ||
| package-lock.json | ||
| package.json | ||
| Pipfile | ||
| Pipfile.lock | ||
| README.md | ||
Youtube S3 Archive
Mainly for downloading vtuber streams. Will scan a list of channels and save them to an s3 bucket with the original stream title.
Installation
You need nodejs.
npm i
cp config.example.yaml config.yaml
cp .env.example .env
Then edit the two files. Formats should be self-explanatory enough.
Running
node index.js
It takes a while to scan channels but it will work.