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