TSedlar / anitrack

A web extension that tracks what you're watching/reading with MyAnimeList or Kitsu
MIT License
30 stars 7 forks source link

It doesn't seem to work... #26

Closed grenzionky closed 6 years ago

grenzionky commented 6 years ago

It doesn't update my kitsu after watching episodes even though the gui says I'm logged in. I tried it with masterani and netflix and it didn't work for either...

TSedlar commented 6 years ago

I've used both and it works for what I've watched unless they number it differently (i.e Season 2 Episode 1, rather than e.g Episode 13)

The title and episode fetching works on MasterAni and I've used it, which tracks correctly for me.

Maybe it's just an odd title? Let me know the URL to the video you're trying to track.

Netflix however seems to be buggy since the video elements are in an off-site form, which I can fix via:

(x.text ? x.text() : x.textContent).trim()

I will push this fix live to 1.67 later today.