mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 09:35:05 +00:00
refactor!: Deprecate account#getAnalytics, account#getTimeWatched and account#getAnalytics
Due to recent changes by YouTube, these actions can no longer be executed using web based OAuth tokens nor cookies.
This commit is contained in:
@@ -184,7 +184,8 @@ export interface IChannelEditDescriptionRequest extends ObjectSnakeToCamel<Chann
|
||||
}
|
||||
|
||||
export interface IAccountListRequest {
|
||||
client: 'ANDROID';
|
||||
client: 'TV';
|
||||
callCircumstance: number;
|
||||
}
|
||||
|
||||
export type LikeEndpointOptions = {
|
||||
|
||||
Reference in New Issue
Block a user