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.
Batch download #2710
Batch download #2710
Comments
|
If #10894 is implemented, this issue will go away. Please move on there for further discussions, thanks. |
Hi
I make a list of youtube links I want to download, then I download them using
parallel -j 4 -- youtube-dl :::: dl-files, which starts at most 4 jobs who downloads each 1 link. The problem is that I get a lot of output, -q gives to few, --no-progress is a bit better. Is there an option restrict output to only errors and 'video x downloaded' ?