youtube: drop cookie support
it never really worked
This commit is contained in:
parent
46274c8da0
commit
18d4372938
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const cloneInnertube = async (customFetch) => {
|
|||
innertube.session.api_version,
|
||||
innertube.session.account_index,
|
||||
innertube.session.player,
|
||||
getCookie('youtube')?.toString(),
|
||||
undefined,
|
||||
customFetch ?? innertube.session.http.fetch,
|
||||
innertube.session.cache
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue