adanvdo / YT-RED-UI

Windows .NET Framework GUI Application for Downloading Video and Audio Files from YouTube and Reddit
48 stars 1 forks source link

Non-Youtube Downloads cause the app to crash #132

Closed adanvdo closed 1 year ago

adanvdo commented 2 years ago

When attempting a quick download using hotkeys, media that is not from youtube causes a .NET crash.

adanvdo commented 1 year ago

This is a bug caused by changes in the youtube playlist support update. Specifically, a method that converts youtube url's to a new object to help with identifying playlists.

I have updated the code with changes that fix this error