dougppaz / youtube-music-dl

Chrome Extension to download music file with tags and cover from Youtube Music.
MIT License
44 stars 4 forks source link

Extension Doesn't Work if Playlist Contains Music/Video Hybrid Title #14

Closed manuth closed 2 years ago

manuth commented 2 years ago

If the playlist contains a track which consists of both a music track and a music video (looks like a new feature brought up by YTMusic), downloading a video doesn't work.

Following errors are reported:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'coverUrl')
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'selected')
manuth commented 2 years ago

I'll try fixing this in a PR

manuth commented 2 years ago

@dougppaz oh yeah - my PR is ready to go btw 😄 Thanks for your great work