FritzTheCat9 / YoutubeLinks

YoutubeLinks allow users to save YouTube links as playlists. Users are able to download mp3/mp4 files from the playlists they create. Project created as part of the "100 Commits" competition.
27 stars 1 forks source link

bug: yt-dlp wrong encoding polish letters in C# process #22

Closed FritzTheCat9 closed 7 months ago

FritzTheCat9 commented 7 months ago

Polish letters works on yt-dlp in console: image

Polish letters not working in my app, probably something can be wrong with UTF-8 encoding in process but dont know what image

Now we use YoutubeDLSharp library and polish letters works correctly.