FritzTheCat9 / YoutubeLinks

I achieved 8th place in the "100 Commits" competition organized by DevMentors. Over 100 days, I developed the "YoutubeLinks" application, which allows users to create playlists from YouTube links and download those playlists as MP3 and MP4 files.
29 stars 2 forks source link

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

Closed FritzTheCat9 closed 8 months ago

FritzTheCat9 commented 8 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.