We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
I'd be curious about trying to tackle this issue.
Is it alright for me to take up this issue? Are there contribution guidelines I should be aware of?
Sorry, something went wrong.
Feel free @mcmehrtens ! https://ytdl-sub.readthedocs.io/en/latest/guides/development/index.html is all I so far for dev guidelines
No branches or pull requests
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: