You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay. I still intend on implementing this feature. Uni will be finished up for the semester shortly and I'll be able to whip something up.
Yt-dlp has a progress bar that is displayed to the user so you can see the download progress, speed, time, etc.
I already tried to pass with a simple flag True | False:
https://github.com/yt-dlp/yt-dlp/blob/919540a9644e55deb78cdd6751757ec8fdaf76f4/yt_dlp/options.py#L1242
https://github.com/yt-dlp/yt-dlp/blob/919540a9644e55deb78cdd6751757ec8fdaf76f4/yt_dlp/options.py#L1238
https://github.com/yt-dlp/yt-dlp/blob/2022.04.08/yt_dlp/YoutubeDL.py#L280
As far as I can tell, MAYBE it's somewhere around STDOUT or the progress bar pattern: https://github.com/yt-dlp/yt-dlp/blob/919540a9644e55deb78cdd6751757ec8fdaf76f4/yt_dlp/options.py#L1250
Some more intel from discord:
https://discord.com/channels/994270357957648404/1099108404724772875/1268505420738330677
https://discord.com/channels/994270357957648404/1099108404724772875/1268550283391406091
https://discord.com/channels/994270357957648404/1099108404724772875/1268675848316387482
https://discord.com/channels/994270357957648404/1099108404724772875/1268726038117093409
The text was updated successfully, but these errors were encountered: