Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

View Actual Dislikes by Extension Users vs Estimated #1078

Open
1 of 2 tasks
ZeCrimsonStache opened this issue Aug 19, 2024 · 2 comments · May be fixed by #1111
Open
1 of 2 tasks

View Actual Dislikes by Extension Users vs Estimated #1078

ZeCrimsonStache opened this issue Aug 19, 2024 · 2 comments · May be fixed by #1111
Labels
enhancement New feature or request

Comments

@ZeCrimsonStache
Copy link

Extension or Userscript?

Extension

Request or suggest a new feature!

I suggest that the extension show additional information about the actual amount of extension users who liked and disliked the video to compare with the estimation. This extra information would add more clarity about the legitimacy of videos and their creators.

Ways to implement this!

Hovering over the like/dislike ratio bar could show the extra information.

Can you work on this?

  • Yes
  • No

Will you be available for follow-up questions to help developers implement this?

Yes

@ZeCrimsonStache ZeCrimsonStache added the enhancement New feature or request label Aug 19, 2024
@jpa102
Copy link

jpa102 commented Sep 8, 2024

there's data in the api endpoint, but it would be nice seeing it as an option in the extension

to demonstrate, this is the data from extension users in this video (title is "Revenge 😂" uploaded by Lucas and Marcus)

url: https://returnyoutubedislikeapi.com/votes?videoid=Zhpk3ML7bIQ

{
	"id":"Zhpk3ML7bIQ",
	"dateCreated":"2024-09-08T07:05:54.53757Z",
	"likes":32538814,
	"rawDislikes":24999,
	"rawLikes":16657,
	"dislikes":20107651,
	"rating":3.4722506249944796,
	"viewCount":1271500363,
	"deleted":false
}

where rawLikes and rawDislikes are from the extension users

this one has 41,656 votes in total (16,657 / 24,999)

@ZeCrimsonStache
Copy link
Author

there's data in the api endpoint, but it would be nice seeing it as an option in the extension

to demonstrate, this is the data from extension users in this video (title is "Revenge 😂" uploaded by Lucas and Marcus)

url: https://returnyoutubedislikeapi.com/votes?videoid=Zhpk3ML7bIQ

{
	"id":"Zhpk3ML7bIQ",
	"dateCreated":"2024-09-08T07:05:54.53757Z",
	"likes":32538814,
	"rawDislikes":24999,
	"rawLikes":16657,
	"dislikes":20107651,
	"rating":3.4722506249944796,
	"viewCount":1271500363,
	"deleted":false
}

where rawLikes and rawDislikes are from the extension users

this one has 41,656 votes in total (16,657 / 24,999)

That's pretty cool that it already has the info to implement this.

@ddshoo ddshoo linked a pull request Dec 9, 2024 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants