Rapid account: DataFanatic

DataFanatic / DataFanatic

讨论区

88
Title
Created at (Click to sort ascending)
A
1
Sorry. We don't offer premium plans for free or at that low price. 金 5:04 10/5/24
A
1
Hello. Thank you for choosing us. 1. For getting the video URLs and embed URLs: This can be done by constructing strings as shown below. ```txt Video URL: `https://youtu.be/${videoId}` or `https://www.youtube.com/watch?v=${videoId}` Embed URL: `https://www.youtube.com/embed/${videoId}` Embed Code: `<iframe width="${width}" height="${height}" src="${embedUrl}" title="${title}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>` ``` Thus, this feature can be easily implemented in your client codes; we won't add it to the endpoint. 2. For getting the comment count and like count in the "Get Video Details" endpoint: We've added `likeCount` and `commentCountText` to the response of the endpoint `/video/details`. We hope it helps. 金 8:49 3/5/24
A
3
Thanks for your feedback. We've added `likeCount` and `commentCountText` to the response of the endpoint `/video/details`. Note that the `commentCountText` has less precision than the one you can get from the endpoint `/video/comments`. 金 8:25 3/5/24
A
4
The main goal of designing the endpoint `/track/download` is to make downloading audio possible and easy, and we don't want to make it more complicated. In fact, this endpoint utilizes the scraping capability of another API [YouTube Media Downloader](https://rapidapi.com/DataFanatic/api/youtube-media-downloader/). In case you want more flexibility, you can use both APIs to implement more complex features that fit your needs. 木 9:02 18/4/24
A
4
The main goal of designing the endpoint `/track/download` is to make downloading audio possible and easy, and we don't want to make it more complicated. In fact, this endpoint utilizes the scraping capability of another API [YouTube Media Downloader](https://rapidapi.com/DataFanatic/api/youtube-media-downloader/). In case you want more flexibility, you can use both APIs to implement more complex features that fit your needs. 木 9:02 18/4/24
A
1
Hello. We've sent you a private message. 金 11:40 12/4/24