mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 103 forks source link

yt-dlp 2023.06.22 does not show japanese characters when use %(uploader)s #292

Closed candrapersada closed 12 months ago

candrapersada commented 1 year ago

Why when using %(uploader)s does not show japanese characters https://youtu.be/dnM7tb4q6sY

mhogomchungu commented 1 year ago

There are no Japanese character in the url's uploader name.

yt-dlp --print "%(uploader)s" https://youtu.be/dnM7tb4q6sY
Neste Games

Screenshot_20230703_131708

candrapersada commented 1 year ago

but yt-dlp 2023.03.04 image

mhogomchungu commented 1 year ago

I can reproduce the issue and this issue is with yt-dlp and has nothing to do with Media Downloader and therefore does not belong here.

I have posted a comment about this issue in r/youtube-dl and hopefully developer of yt-dlp will see it and respond.

mhogomchungu commented 12 months ago

This change of behavior is on yt-dlp and there is nothing i can do in Media Downloader to fix it.

I have looed in yt-dlp documentation and did not see any option to change language so i do not think there is a way to get back the old behavior.