BHASKAR BARMA

Results 6 issues of BHASKAR BARMA

Is it possible to add **multiple credentials** file or json array , which have to work randomly when run the program. Actually i want to download multiple apk by running...

enhancement
question

This module works great, but while using AdSense module there is no improvement. Please consider adding AdSense module support if possible.

Adsense scripts are making site speed worse (especially on mobile). Does anyone have a solution for this? **onPageLoad : true** does not helping.

The Module throws an error "Cannot read properties of undefined (reading 'app')" . @nuxtjs/color-mode": "^3.2.0 config ``` modules: [ '@nuxtjs/color-mode' ], colorMode: { classSuffix: '' }, ```

bug

### Steps to reproduce const yt = await ytjs.Innertube.create({ }); let info = await yt.getBasicInfo(id, "ANDROID"); ### Failure Logs ```shell None ``` ### Expected behavior Getting correct formats url. ###...

bug

### Steps to reproduce const youtube = await Innertube.create({ retrieve_player: false, }); let info = await youtube.getBasicInfo(id, "WEB"); let formats = info.streaming_data.formats ### Failure Logs ```shell none ``` ### Expected...

bug