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.
Using external downloader (aria2c), --min-filesize flag gets ignored #26370
Comments
|
You can pass arguments to external downloader with |
|
Putting it that way certainly makes some sense of it, but perhaps there should be a warning logged when using |
Checklist
Verbose log
Description
The
--min-filesizeflag gets ignored if--external-downloaderis given too. This is true for at least aria2 as the external downloader, and has been confirmed on multiple systems. The order in which arguments are passed does not matter (as it should be). And it is just the filesize selection argument that gets ignored, passing something like--min-views 10000000000skips the download.Another bug that is probably related is getting thumbnails.
--min-views 100000000 --write-thumbnailskips the video, and hence, doesn't download the thumbnail. However,--min-filesize 1000M --write-thumbnailskips the video, but still downloads the thumbnail.