Download all streams from a youtube channel to an s3 bucket
Find a file
2020-09-28 01:13:49 +01:00
.env.example Async everything 2020-07-30 02:34:09 +01:00
.eslintrc.yml initial commit 2020-07-30 02:16:36 +01:00
.gitignore Async everything 2020-07-30 02:34:09 +01:00
archive.js add extra stuff 2020-09-28 01:13:49 +01:00
archive.txt add extra stuff 2020-09-28 01:13:49 +01:00
archiveOneId.js add extra stuff 2020-09-28 01:13:49 +01:00
config.example.yaml add extra stuff 2020-09-28 01:13:49 +01:00
cookies.txt add extra stuff 2020-09-28 01:13:49 +01:00
helpers.js add extra stuff 2020-09-28 01:13:49 +01:00
index.js add extra stuff 2020-09-28 01:13:49 +01:00
nico.txt add extra stuff 2020-09-28 01:13:49 +01:00
package-lock.json add extra stuff 2020-09-28 01:13:49 +01:00
package.json add extra stuff 2020-09-28 01:13:49 +01:00
Pipfile add extra stuff 2020-09-28 01:13:49 +01:00
Pipfile.lock add extra stuff 2020-09-28 01:13:49 +01:00
README.md Add running instructions 2020-07-30 02:38:28 +01:00

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.