JannikHv / gydl

gydl (Graphical YouTube-Download) is a GUI wrapper around yt-dlp.
GNU General Public License v2.0
151 stars 22 forks source link

Feature request downloading progress bar #15

Open Lvaskz opened 6 years ago

Lvaskz commented 6 years ago

It would be great if you can provide a progress bar downloading

JannikHv commented 6 years ago

Well, this answer of mine took some time I guess.

I'm happy to inform you that I'll soon start working on Gydl again and that this feature is definitely planned to be implemented somehow.

Although it's going to be a problem to solve since the downloads progress itself is not easily determinable running a process from os.system() .

Thanks for your patience and involvement!

Kind regards

probonopd commented 5 years ago

You need to parse the output which youtube-dl is printing to stdout and stderr.