flagbug / YoutubeExtractor

A .NET library, that allows to download videos from YouTube and/or extract their audio track (currently only for flash videos).
816 stars 374 forks source link

NotSupportedException #318

Closed RickdiculousGamer closed 6 years ago

RickdiculousGamer commented 6 years ago

Have had a few successful downloads with this, but some of them throw an exception that states that the given paths format is not supported.

RickdiculousGamer commented 6 years ago

ISSUE RESOLVED The problem lied with the text of the title. if there was a forward or backslash in the video title the program tried to find a folder where none existed. Solved by allowing the user to save the file under any name they choose.