Rapid account: DataFanatic

DataFanatic / DataFanatic

Discussions

87
Title
Created at (Click to sort ascending)
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
A
2
Hello. SoundCloud's search feature can only provide you with up to 300 users. You can search for people with any search terms on SoundCloud's website and keep scrolling down. You will find that the list stops when it has 300 users. गुरू 3:08 11/4/24