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

should urlretrieve read/write blocks in a loop? #16

Open
twneale opened this issue Mar 7, 2014 · 1 comment
Open

should urlretrieve read/write blocks in a loop? #16

twneale opened this issue Mar 7, 2014 · 1 comment
Milestone

Comments

@twneale
Copy link
Contributor

twneale commented Mar 7, 2014

That's what it does in urllib, which makes it good for downloading huge files. Scrapelib's urlretrieve currently calls resp.text and loads the whole response

@jamesturk
Copy link
Owner

I'd be +1 for this

@jamesturk jamesturk self-assigned this Jun 24, 2014
@jamesturk jamesturk added this to the 1.0 milestone Jul 15, 2014
@jamesturk jamesturk removed their assignment May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants