Luan

Results 72 comments of Luan

Try this: ```ts import { Innertube, UniversalCache, Platform } from 'youtubei.js'; (async () => { const innertube = await Innertube.create({ cache: new UniversalCache(true), fetch: async (input, init) => { const...

@Duell10111 Nope. I'll try it out and merge it as soon as I can.

Is there any channel where these extra renderers have any content? You provided the YouTube Music channel, but it only contains an empty renderer, as you noted. Also, I've noticed...

Yeah this is bit of an edge case. I'll see if there's a better way.

@Duell10111 This PR is quite large, so I'll be helping you with it very soon. I'm also interested in getting OAuth working again, but we may need to make improvements...

This package is quite old and I haven't used it myself in a long time, so this was going to happen. To fix it, I probably need to rewrite it...

It is not an error and it will not cause any issues, unless you're specifically trying to access the element where that warning originated from. You can also turn off...

I haven't checked this yet. It could be that the engagement panel is somewhere else on the page, or YouTube is simply not returning it due to a bug on...

If this specific YouTube node contains data you want, feel free to submit a pull request implementing it. Otherwise, just disable the logger or ignore it, as it won't actually...