Skip to main content
The 2024 Developer Survey results are live! See the results

Timeline for How to download a file over HTTP?

Current License: CC BY-SA 4.0

50 events
when toggle format what by license comment
Nov 30, 2023 at 10:12 answer added kkochanski timeline score: 1
Mar 2, 2023 at 8:19 comment added Tendai wget is still a better approach, if you need to automatically retrieve filename and timestamps and handling duplicating files as stackoverflow.com/users/4958/shreevatsar stated. If the urls are variables, one can still handle in python using subprocess.
Dec 13, 2022 at 4:58 answer added Ankush Rathour timeline score: 10
Nov 15, 2022 at 12:33 answer added MD Mushfirat Mohaimin timeline score: -2
Oct 17, 2022 at 13:19 answer added will f timeline score: 0
May 16, 2022 at 6:43 answer added Thai Boy timeline score: 6
Jul 2, 2021 at 12:00 answer added Ninja Master timeline score: 3
Feb 25, 2021 at 21:56 history edited martineau CC BY-SA 4.0
Edited title to better express question being asked and removed language tag.
Sep 14, 2020 at 0:20 answer added firebfm timeline score: -5
S May 19, 2020 at 6:19 history suggested Elijah CC BY-SA 4.0
I updated the grammar in the question. Title could also be updated to "How do I download a file using Python"
May 18, 2020 at 20:42 review Suggested edits
S May 19, 2020 at 6:19
Mar 6, 2020 at 0:17 answer added gibbone timeline score: 0
Feb 24, 2020 at 7:12 answer added Pedro Lobito timeline score: 4
Nov 26, 2019 at 9:47 comment added Basj Short solution for Python 3: import urllib.request; s = urllib.request.urlopen('http://example.com/').read().decode()
Nov 5, 2018 at 11:28 answer added H S Umer farooq timeline score: 48
Aug 29, 2018 at 12:24 answer added Robin Dinse timeline score: 6
Aug 8, 2018 at 3:51 answer added gzerone timeline score: 4
Feb 8, 2018 at 17:30 answer added Apurv Agarwal timeline score: 17
Nov 3, 2017 at 14:25 answer added Omer Dagan timeline score: 5
Jun 22, 2017 at 7:59 answer added Akif timeline score: 23
May 13, 2017 at 21:33 answer added geometrian timeline score: 5
S Mar 31, 2017 at 5:11 history suggested kilojoules
This question is not about xml
Mar 31, 2017 at 0:40 review Suggested edits
S Mar 31, 2017 at 5:11
S Mar 30, 2017 at 20:15 history suggested nazia
added tag 'xml'
Mar 30, 2017 at 18:48 review Suggested edits
S Mar 30, 2017 at 20:15
Mar 13, 2017 at 13:12 answer added Sphynx-HenryAY timeline score: 4
Sep 27, 2016 at 17:22 comment added ShreevatsaR Many of the answers below are not a satisfactory replacement for wget. Among other things, wget (1) preserves timestamps (2) auto-determines filename from url, appending .1 (etc.) if the file already exists (3) has many other options, some of which you may have put in your .wgetrc. If you want any of those, you have to implement them yourself in Python, but it's simpler to just invoke wget from Python.
Sep 19, 2016 at 12:45 answer added Jaydev timeline score: 21
Mar 14, 2016 at 11:24 comment added Martin Thoma See also: How to save an image locally using Python whose URL address I already know?
Nov 19, 2015 at 23:48 answer added max timeline score: 11
Aug 6, 2015 at 13:30 answer added bmaupin timeline score: 163
Mar 25, 2015 at 12:59 answer added Sara Santana timeline score: 46
S Jan 3, 2015 at 1:22 history suggested Braiam CC BY-SA 3.0
removed irrelevant tags, and meta, the post itself looks ok
Jan 3, 2015 at 0:19 review Suggested edits
S Jan 3, 2015 at 1:22
Sep 4, 2014 at 4:42 history protected CommunityBot
Jan 26, 2014 at 13:12 answer added Marcin Cuprjak timeline score: 9
Nov 26, 2013 at 13:21 answer added Zuko timeline score: 4
Oct 14, 2013 at 2:54 answer added JD3 timeline score: 3
Sep 25, 2013 at 17:55 answer added anatoly techtonik timeline score: 20
S May 21, 2013 at 9:49 history suggested rypel
added urllib / urllib2 / python-requests tags
May 21, 2013 at 9:42 review Suggested edits
S May 21, 2013 at 9:49
May 13, 2013 at 8:59 answer added Stan timeline score: 27
May 24, 2012 at 20:08 answer added hughdbrown timeline score: 428
Sep 29, 2008 at 14:48 vote accept Owen
Aug 27, 2008 at 12:38 history edited prakash
edited tags
Aug 22, 2008 at 16:19 answer added PabloG timeline score: 1395
Aug 22, 2008 at 15:58 answer added akdom timeline score: 15
Aug 22, 2008 at 15:58 answer added Grant timeline score: 172
Aug 22, 2008 at 15:38 answer added Corey timeline score: 569
Aug 22, 2008 at 15:34 history asked Owen CC BY-SA 2.5