Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 546 Bytes

ytsize

A tool for estimating the amount of storage required to archive a YouTube channel's videos.

Installation

Requires Bun, install dependencies as follows.

bun install

Usage

bun run index.ts [--streams] [--plugin PLUGIN_FILE] --channel CHANNEL_ID 

Providing the --streams flags works with archived streams instead of videos. The --plugin flag offers the ability to specifiy a function for selecting the desired AV formats. Use --gen-script-template to generate a blank plugin file.