mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-21 16:49:23 +01:00
fixed "error.api.fetch.critical" an error with "youtube" cookies
This commit is contained in:
parent
82ba868357
commit
e6fd4acf2a
1 changed files with 0 additions and 3 deletions
|
@ -491,9 +491,6 @@ export default async function (o) {
|
|||
filenameAttributes.resolution = `${video.width}x${video.height}`;
|
||||
filenameAttributes.extension = codecList[codec].container;
|
||||
|
||||
video = video.url;
|
||||
audio = audio.url;
|
||||
|
||||
if (innertubeClient === "WEB" && innertube) {
|
||||
video = video.decipher(innertube.session.player);
|
||||
audio = audio.decipher(innertube.session.player);
|
||||
|
|
Loading…
Reference in a new issue