mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-11 04:22:49 +00:00
api/services/youtube: force player_id
temporary workaround
This commit is contained in:
parent
47d8ccbc17
commit
d3c41db99a
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user