2hands10fingers / Reddit-Image-Scraper-1.0

Scrapes/downloads a selected subreddit's posted images by a specified date range on http://reddit.com
http://www.glotacosm.com
48 stars 13 forks source link

Download timing is off #19

Closed jonasfs closed 6 years ago

jonasfs commented 6 years ago

No matter the size of the image, the duration of the download being reported is unreasonably low. For example, I have a 15mbps connection and a 2MB file should take at least more than 1 second to be downloaded, but the script is saying its taking 6e-07 (0.0000006) seconds. Also all files, regardless of size, are resulting in roughly the same download time, but the timing between downloads is way off too.

I'm working on a PR right now, if its okay.

2hands10fingers commented 6 years ago

@jonasfs Cool! I'll take a look soon.