StefanLobbenmeier / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing non-Latin characters in Download Log window

artquest opened this issue · comments

When I download videos with non-Latin names and discriptions (Russian in my case), these names are displayed with question mark symbols (screen attached) in the Download Log window. Yet it's ok in the main and info windows (screen attached).
Plus I have this strange animation when I open any already downloaded video's Download Log for the second and subsequent times (gif attached).

I'm on Windows 10 x64. OVD 2.4.10.

Snap6

Snap8

record_107

Woah that bug is a nice find. I am guessing this is that the videos are somehow setting the text value there in a loop and somehow there are now 2 loops setting that value. Habe mot touched that part of the code yet