Use playlists when YouTube already groups the videos. Use batch files when you want full control over the input list.Documentation Index
Fetch the complete documentation index at: https://notewise.click/docs/llms.txt
Use this file to discover all available pages before exploring further.
Playlist inputs
NoteWise accepts:| Input | Example |
|---|---|
| Playlist URL | https://www.youtube.com/playlist?list=PLAYLIST_ID |
| Watch URL with list | https://www.youtube.com/watch?v=VIDEO_ID&list=PLAYLIST_ID |
| Bare playlist ID | PL..., UU..., LL..., FL..., RD..., UL..., WL..., OLAK5uy_... |
Batch files
Batch files contain one source per line. Blank lines and lines starting with# are ignored. Supported encodings are utf-8, utf-8-sig, and utf-16.
urls.txt
Concurrency and rate limits
| Setting | Default | Source |
|---|---|---|
| Video workers | 5 | MAX_CONCURRENT_VIDEOS |
| YouTube request limit | 10/min | YOUTUBE_REQUESTS_PER_MINUTE |
| Chapter workers | 3 | code default |
--throttle when a provider plan needs slower repeated LLM calls.
Re-runs
NoteWise checks the local cache before metadata and transcript work unless--force is set. Use --force when you intentionally want a fresh generation.