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:
Luan
2024-10-26 17:45:09 -03:00
parent d9ac99d332
commit 0081e11ebc
10 changed files with 54 additions and 30 deletions

View File

@@ -184,7 +184,8 @@ export interface IChannelEditDescriptionRequest extends ObjectSnakeToCamel<Chann
}
export interface IAccountListRequest {
client: 'ANDROID';
client: 'TV';
callCircumstance: number;
}
export type LikeEndpointOptions = {