Update src/libpoketube/libpoketube-core.js

This commit is contained in:
ashley 2025-08-19 23:01:21 +02:00
parent 76db6382bd
commit dfe9b5539d

View File

@ -157,14 +157,10 @@ class InnerTubePokeVidious {
return this.cache[v].result;
} else {
this.initError("Invalid video object (missing authorId)", vid);
return {
error: true,
message: "Sorry nya, this video seems incomplete qwq (missing author info)",
};
}
} catch (error) {
this.initError("Error getting video", error);
return { error: true, message: "Internal error while fetching video info" };
}
}