Files
YouTube.js/docs/api/namespaces/Constants/variables/CLIENT_NAME_IDS.md
2025-01-20 16:49:04 -03:00

1.2 KiB

youtubei.js / Constants / CLIENT_NAME_IDS

Variable: CLIENT_NAME_IDS

const CLIENT_NAME_IDS: object

The keys correspond to the NAME fields in CLIENTS constant

Type declaration

ANDROID

readonly ANDROID: "3" = '3'

ANDROID_CREATOR

readonly ANDROID_CREATOR: "14" = '14'

ANDROID_MUSIC

readonly ANDROID_MUSIC: "21" = '21'

iOS

readonly iOS: "5" = '5'

MWEB

readonly MWEB: "2" = '2'

TVHTML5

readonly TVHTML5: "7" = '7'

TVHTML5_SIMPLY_EMBEDDED_PLAYER

readonly TVHTML5_SIMPLY_EMBEDDED_PLAYER: "85" = '85'

WEB

readonly WEB: "1" = '1'

WEB_CREATOR

readonly WEB_CREATOR: "62" = '62'

WEB_EMBEDDED_PLAYER

readonly WEB_EMBEDDED_PLAYER: "56" = '56'

WEB_KIDS

readonly WEB_KIDS: "76" = '76'

WEB_REMIX

readonly WEB_REMIX: "67" = '67'

Defined in

src/utils/Constants.ts:94