cgravolet / scroblr

A lightweight browser extension that scrobbles the music you listen to on the web.
http://scroblr.fm
Other
230 stars 62 forks source link

Fix YouTube #134

Closed goodevilgenius closed 6 years ago

goodevilgenius commented 6 years ago

YouTube is no longer recognized, as the plugin is looking for the title in "#eow-title", which is no longer in the current YouTube layout.

Replacing it with h1.ytd-video-primary-info-renderer will allow it to properly find the title on the page.

Fixes #132