-
Notifications
You must be signed in to change notification settings - Fork 23
Pick-up Download Images at Request Time Out #11
Copy link
Copy link
Open
Labels
Description
Purpose
Hello, I'm using the api to download ~16k Google Street View photos and around photo 4500 the request timed out. How can I continue downloading from where the request timed out without having to reload the params, from the timed out point, onto the results again.
Example
params is ab 16k
results = google_streetview.api.results(params)
results.links[4176:].download_links('balt_streetview_downloads')
I want to pick up downloading photos from number 4176. The above doesn't work because results.links is a list and .download_links works on the results. object only.
Notes
Reactions are currently unavailable