jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.65k stars 471 forks source link

Interface looks stuck when downloading from any non-Youtube site #240

Open Vheecha opened 2 years ago

Vheecha commented 2 years ago

Describe the bug Graphical interface looks stuck while downloading videos from non-Youtube sites. Video still downloads but the progress looks stuck until the video is finished downloading.

To Reproduce Steps to reproduce the behavior:

  1. Start downloading a video from any non-Youtube site. (eg. https://vimeo.com/588496072)
  2. Check the progress bar/download speed/ETA.

Expected behavior Progress bar, download speed and ETA should display the related informations while downloading.

Additional info (please complete the following information):

jely2002 commented 2 years ago

Thanks for reporting this issue. I'm aware of what's going wrong and a fix is in the works. It has to do with yt-dlp sometimes having a different log output than youtube-dl.

AnessZurba commented 2 years ago

@jely2002 the issue seems to stem from this line. Honestly it's weird that this line exists in the first place