mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 21:52:48 +00:00
feat: add TVHTML5_SIMPLY_EMBEDDED_PLAYER client (#193)
* feat: add `TV_EMBEDDED` client See #191, this should help bypassing some age restricted videos. * dev(VideoInfo): update format options interface * dev: set `clientScreen` to `EMBED` * dev: update API ref * dev: update `Context` interface
This commit is contained in:
@@ -25,6 +25,7 @@ export interface Context {
|
||||
userAgent: string;
|
||||
clientName: string;
|
||||
clientVersion: string;
|
||||
clientScreen?: string,
|
||||
androidSdkVersion?: string;
|
||||
osName: string;
|
||||
osVersion: string;
|
||||
|
||||
Reference in New Issue
Block a user