Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The downloader can also download when the file Content-Length is not provided. #24

Closed
bezzad opened this issue Dec 6, 2020 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@bezzad
Copy link
Owner

bezzad commented Dec 6, 2020

Some times servers dose not provide headers Content-Length. So, downloader can't to chunk files according to the file size. But, I suggesting to download all of the files in one chunk while the file stream ended.
Test link

@bezzad
Copy link
Owner Author

bezzad commented Jan 5, 2021

This feature added to version 2.0.4 and later.

@bezzad bezzad closed this as completed Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant