Meysam

Results 8 comments of Meysam

> right now only `.js` files are injected automatically Do you have a solution for this personalization?

[3.ogg.zip](https://github.com/pixijs/sound/files/11025260/3.ogg.zip) The rest of the sounds are played well. But this sound gives an error on safari.

I use the url address. I want it to be preloaded.

Yes it returns a valid url which works fine with other methods. ``` sound.add({ '1': loader('1.mp3') //loader return string sound address }) //worked ``` loader function for webpack ``` const...

I still get this error. If I use ClientType.WEB, it doesn't give error. ``` import { ClientType, Innertube, UniversalCache } from 'youtubei.js'; async function start() { const vid = 'ZiplxPdOJd4';...

In other clients, the data loading speed is much faster. I have tested this. And in the loading speed test, I came to this conclusion: WEB: 2.2000 ms ANDROID |...

![image](https://github.com/LuanRT/YouTube.js/assets/85949855/bf6902b0-bc69-4b21-8fa4-23c8af9fee88) I have this problem recently.

![image](https://github.com/LuanRT/YouTube.js/assets/85949855/4abf0540-3b2b-40ea-b7aa-9089a653ea39) I have the same problem. ` const home = await yt.getHomeFeed(); ` ` console.log(home.videos); ` Of course, sometimes this error appears and not always.