Methods & Getters
- `#toDash(url_transformer?, format_filter?)`
- Generates a DASH manifest from the streaming data.
- `#chooseFormat(options)`
- Selects the format that best matches the given options. This method is used internally by `#download`.
- `#download(options?)`
- Downloads the video.
- `#addToWatchHistory()`
- Adds the video to the watch history.
- `#page`
- Returns the original InnerTube response(s), parsed and sanitized.