Rapid account: DataFanatic

DataFanatic / DataFanatic

Discussies

91
Title
Created at (Click to sort ascending)
A
2
Sorry for the inconvenience caused. we fixed the issue. lun 3:20 3/6/24
A
1
Sorry for any inconvenience caused. It's now working again. sab 1:12 1/6/24
A
1
Hello. We've added `isCommentDisabled` to the response of the endpoint `/video/details`. We hope it helps. mer 9:15 29/5/24
A
1
Sorry. We don't offer premium plans for free or at that low price. ven 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. ven 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`. ven 8:25 3/5/24