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

Fix Error for Tracks With Both Audio Tune and Music Video #15

Closed manuth closed 2 years ago

manuth commented 2 years ago

Currently, this extension doesn't work properly with tracks which contain both a music video and an audio track.

Such tracks are indicated by a slider labeled with something like Title and Video:

image

Having such a track queued in the playlist will break this extension and cause it to throw errors rather than downloading music. Changes made in this PR will add support for such hybrid tracks and thus fix this issue.

This PR will fix #14

dougppaz commented 2 years ago

thanks @manuth :rocket:

manuth commented 2 years ago

Yw, thanks for taking care 😄