mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-13 11:45:16 +00:00
api/services/youtube: force player_id
temporary workaround
This commit is contained in:
@@ -66,6 +66,7 @@ const cloneInnertube = async (customFetch, useSession) => {
|
||||
cookie,
|
||||
po_token: useSession ? sessionTokens?.potoken : undefined,
|
||||
visitor_data: useSession ? sessionTokens?.visitor_data : undefined,
|
||||
player_id : "0004de42",
|
||||
});
|
||||
lastRefreshedAt = +new Date();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user