Thoughts on using 3rd party API (for dislike counter and downloading a video) #43
SuspiciousLookingOwl
started this conversation in
Ideas
Replies: 1 comment
-
As long as it doesn't do that by default, I'm fine with it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As you might already know, YouTube with its infinite wisdom decided to remove dislike counter a while back. But we got https://returnyoutubedislike.com which does what it says, return YouTube dislike counter, it might not be accurate, but from my personal experience, it work quite well.
This got me thinking to integrate the Return Youtube Dislike's API to get dislike counter of a video, for example:
which will call
https://returnyoutubedislikeapi.com/votes?videoId=videoId
and return the dislike count.But I'm not sure whether I should integrate any 3rd party API into this library, or just keep
Youtubei
as it is, which is to just interact with Youtube's innertube API.We can also integrate with ytdl-core like this:
to make it easier to download or stream YouTube video.
@ConnorFTW @Hazmi35 @SushiBtw @mzrtamp I'm tagging you guys because seems like you are using
youtubei
actively on your project, maybe you guys can give some opinions on this.Beta Was this translation helpful? Give feedback.
All reactions