Tomás Raiti
Tomás Raiti
Hi, I'm encountering a weird bug with the thumbnails and their sizes. `ytdl.getBasicInfo(videoURL).videoDetails.thumbnail[/*last thumbnail (maxres)*/]` width and height doesn't match with the image size for some reason.   As...
Rather than using axios error.message, the code should report the API error response. For example, I was getting a 400 error, which turned out to be because the previous version...
Simplest test: ```js const ytsr = require("ytsr"); // Filter to avoid results which don't have descriptions const filter = await ytsr.getFilters("Github"); const searchResults = await ytsr(filter.get('Type').get('Video').url); console.log(searchResults.items.map(e => e.description)); //...
### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue where it...
## TL;DR It won't be supported ***yet*** ## The main *issue* Two weeks ago, WhatsApp announced the [Payments API support](https://developers.facebook.com/docs/whatsapp/cloud-api/payments-api/payments-sg) for Cloud API. However, there's one limitation in order to...
### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue where it...
It's going to take some time until I can start working on it, maybe by the end of October if I get the chance. I will try to make it...
I was testing the app with a proyect, which has tons of complex types with documented properties, and it seems like unions break the comments, generating invalid syntax. Minimal reproduction:...