elliotwaite / thumbnail-rating-bar-for-youtube

A Chrome and Firefox extension for YouTube that adds a rating bar (likes/dislikes ratio) to the bottom of every thumbnail.
https://chrome.google.com/webstore/detail/youtube-thumbnail-rating/cmlddjbnoehmihdmfhaacemlpgfbpoeb
MIT License
249 stars 17 forks source link

Issue #87

Closed shivamkumarc closed 9 months ago

shivamkumarc commented 9 months ago

The extension is not able to fetch thumbnail rating for the video which has "The following content may contain graphic or violent imagery Viewer discretion is advised".Any fix for this? Sample YouTube video link:https://www.youtube.com/watch?v=Y1d2iyPMoWo&t=1s Screenshot (110) Screenshot (111)

elliotwaite commented 9 months ago

Thanks for reporting this. This seems to be an issue with the Return YouTube Dislike API. The returned data for this video has 0 likes and 0 dislikes:

{
  "id": "Y1d2iyPMoWo",
  "dateCreated": "2023-11-18T14:29:10.958776Z",
  "likes": 0,
  "dislikes": 0,
  "rating": 0,
  "viewCount": 2986280,
  "deleted": false
}

To test out their API:

  1. Go here.
  2. Expand the /Votes endpoint.
  3. Click the "Try it out" button in the top right of the expanded section.
  4. Enter the video's ID (Y1d2iyPMoWo) into the videoID field.
  5. Click the "Execute" button.

If you want to pursue this issue further, you could open an issue about this on their GitHub repo.

I'm going to close this issue for now, since it seems to be an issue with the external API, but feel free to update this issue if you have any additional info about this.

shivamkumarc commented 9 months ago

Yeah,i see the problem with Return yourn dislike

On Mon, Nov 20, 2023 at 2:01 AM Elliot Waite @.***> wrote:

Closed #87 https://github.com/elliotwaite/thumbnail-rating-bar-for-youtube/issues/87 as completed.

— Reply to this email directly, view it on GitHub https://github.com/elliotwaite/thumbnail-rating-bar-for-youtube/issues/87#event-11004546817, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXDKUGAWDJHSY7O2463NALLYFJUCDAVCNFSM6AAAAAA7RESJPSVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGAYDINJUGY4DCNY . You are receiving this because you authored the thread.Message ID: <elliotwaite/thumbnail-rating-bar-for-youtube/issue/87/issue_event/11004546817 @github.com>