YouTube.js
Guide
Discord
❤️ Sponsor
GitHub
Guide
Discord
❤️ Sponsor
GitHub

youtubei.js / Types / BuildScriptResult

Interface: BuildScriptResult

Defined in: src/utils/javascript/JsExtractor.ts:42

Properties

exported

exported: string[]

Defined in: src/utils/javascript/JsExtractor.ts:50

An array of exported variable names.


exportedRawValues?

optional exportedRawValues: Record<string, any>

Defined in: src/utils/javascript/JsExtractor.ts:54

An object mapping exported variable names to their raw values, if exportRawValues was enabled.


output

output: string

Defined in: src/utils/javascript/JsExtractor.ts:46

The generated output script as a string.

Edit this page
Last Updated: 10/12/25, 3:23 PM