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.
max filesize limit doesn't work for some urls #16453
Comments
|
|
I am not sure how you make it work, for me its still not working in both windows or ubuntu: Windows: Linux: |
|
|
|
The url does starts with http, I try to change it to https but still couldn't get the max-filesize working. |
|
Cause it's segmented DASH. You can't "fix" it. It will only work for plain single file downloads that report correct size of the whole file in |
During this case:
youtube-dl --max-filesize 500m -o 914973423549468672 http://youtu.be/mMzDtZ-gYIc?a
It will keep downloading when exceed the max filesize and download all file parts. (every file parts exceed the size limit)
However most of urls works just fine.
$youtube-dl --version
2018.04.16