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.
My proposal is to add a field like --download-archive-max-size that would limit the size of the download archive.
For example if like me, people use it to check channels. If I only check the last 25, using --playlist-end 25, there is no point in having more than the last 25 stored in there. I propose this option because I guess that to find if an download was done or not, the script does a linear search. And as time goes by this file is going to increase in size making the search slower.
Thank you for your great job