Luan
Luan
> I don't believe this package supports mp3, as you say it's kind of a fake mp3 format that many media players don't work with (VLC mobile and Apple Music...
> **EDIT3** Seems that miniget can only make GET requests. What now? See [this](https://github.com/fent/node-miniget/issues/55) and [this](https://github.com/gatecrasher777/ytcog/blob/8d3a95241568001601939fd1e3b6eddbe8dafcdf/lib/model.js#L74)
This does not require any external API, InnerTube [supports](https://github.com/LuanRT/YouTube.js/blob/7ec6d6dd211d07994d9409931d57634cb02ced14/lib/core/Actions.js#L105) comment translation. I believe Alex will implement it in the extractor.
Sweet! And yup I agree, you don't have to add tests for this particular change. Left a review. Thanks again!
I think a few packages googlethis depends on may be to blame for this. It'll probably work flawlessly in a browser after #26
> 2. Code simulations of the deciphering functions rather than running them directly. Unfortunately code simulations can be rather difficult to maintain as well — just so you can have...
Hey everyone, sorry for the delay ~ Seems like the structure of the response changed, I'll try to reproduce & fix this later today. Thanks! Edit: Or maybe a few...
> I got this error: > > ```shell > Uncaught SearchError: Unknown error > at Object.image (\googlethis\lib\core\main.js:210:11) > ``` > > The code is just `(async () => { await...
I use this for a few projects and never faced a 429, but it might happen and honestly the only way to bypass it would be using proxies (ex: #29)...
I noticed this also happens in older versions of official clients, and it's quite random. So YouTube is probably rolling out some sort of update. For those who haven't seen...