mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 03:59:38 +00:00
* chore(deps): Add `meriyah` * feat(utils): Implement AST-based JS extractors * chore(utils): Remove old ast walker code * fix(Player): Migrate js extraction logic * chore(JsExtractor): Fix typo in tsdoc * perf(JsAnalyzer): Simplify main AST analysis logic * fix(JsAnalyzer): Change `break` to `return` in AST matching logic * chore: Update docs * chore: Don't export `PlayerInitializationOptions` * chore(evaluate): Update error message to include doc link * perf: Use a `for-loop` to find iife
1.2 KiB
1.2 KiB
youtubei.js / Constants / CLIENT_NAME_IDS
Variable: CLIENT_NAME_IDS
constCLIENT_NAME_IDS:object
The keys correspond to the NAME fields in CLIENTS constant
Type declaration
ANDROID
readonlyANDROID:"3"='3'
ANDROID_CREATOR
readonlyANDROID_CREATOR:"14"='14'
ANDROID_MUSIC
readonlyANDROID_MUSIC:"21"='21'
iOS
readonlyiOS:"5"='5'
MWEB
readonlyMWEB:"2"='2'
TVHTML5
readonlyTVHTML5:"7"='7'
TVHTML5_SIMPLY
readonlyTVHTML5_SIMPLY:"74"='74'
TVHTML5_SIMPLY_EMBEDDED_PLAYER
readonlyTVHTML5_SIMPLY_EMBEDDED_PLAYER:"85"='85'
WEB
readonlyWEB:"1"='1'
WEB_CREATOR
readonlyWEB_CREATOR:"62"='62'
WEB_EMBEDDED_PLAYER
readonlyWEB_EMBEDDED_PLAYER:"56"='56'
WEB_KIDS
readonlyWEB_KIDS:"76"='76'
WEB_REMIX
readonlyWEB_REMIX:"67"='67'