Methods & Getters
- `#getTab(title)`
- Retrieves contents of the given tab.
- `#getUpNext(automix?)`
- Retrieves up next.
- `#getRelated()`
- Retrieves related content.
- `#getLyrics()`
- Retrieves song lyrics.
- `#available_tabs`
- Returns available tabs.
- `#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 track.
- `#addToWatchHistory()`
- Adds the song to the watch history.
- `#page`
- Returns the original InnerTube response(s), parsed and sanitized.