Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Issue #87

Closed
shhivaam opened this issue Nov 18, 2023 · 2 comments
Closed

Issue #87

shhivaam opened this issue Nov 18, 2023 · 2 comments

Comments

@shhivaam
Copy link

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
Copy link
Owner

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.

@shhivaam
Copy link
Author

shhivaam commented Nov 19, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants