Skip to content

Commit

Permalink
chore(constants): update WEB_CREATOR version (#893)
Browse files Browse the repository at this point in the history
* update WEB_CREATOR version

* Update Constants.ts
  • Loading branch information
Nansess authored Feb 15, 2025
1 parent 7d5c972 commit 5394edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const CLIENTS = {
},
WEB_CREATOR: {
NAME: 'WEB_CREATOR',
VERSION: '1.20240918.03.00',
VERSION: '1.20241203.01.00',
API_KEY: 'AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8',
API_VERSION: 'v1',
STATIC_VISITOR_ID: '6zpwvWUNAco'
Expand Down Expand Up @@ -117,4 +117,4 @@ export const INNERTUBE_HEADERS_BASE = {
'content-type': 'application/json'
} as const;

export const SUPPORTED_CLIENTS = [ 'IOS', 'WEB', 'MWEB', 'YTKIDS', 'YTMUSIC', 'ANDROID', 'YTSTUDIO_ANDROID', 'YTMUSIC_ANDROID', 'TV', 'TV_EMBEDDED', 'WEB_EMBEDDED', 'WEB_CREATOR' ];
export const SUPPORTED_CLIENTS = [ 'IOS', 'WEB', 'MWEB', 'YTKIDS', 'YTMUSIC', 'ANDROID', 'YTSTUDIO_ANDROID', 'YTMUSIC_ANDROID', 'TV', 'TV_EMBEDDED', 'WEB_EMBEDDED', 'WEB_CREATOR' ];

0 comments on commit 5394edc

Please sign in to comment.