Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Silence "Opening for reading" #25165
Comments
|
If I'm not mistaken that message actually comes from ffmpeg. You could pass |
What is the parameter for that? only --external-downloader-args? |
|
There are examples of its usage in other issues here. GitHub's built-in search will find them. |
|
Awesome, so turns out everything is done by I guess it would be nice if youtube-dl had flag for this case (quiet but with progress) but it's not really issue as can achieve it anyway. |
Checklist
Description
Currently when downloading HLS stream from
.m3u8file you get all console spammed with loads ofI want to silent them so that I can still see download progress. If I use
-qthen there's no progress information anymore.So basically what I want is
-q --progressso it's quiet but with progress information.