Presentation is loading. Please wait.

Presentation is loading. Please wait.

Downloading files over HTTP

Similar presentations


Presentation on theme: "Downloading files over HTTP"— Presentation transcript:

1 Downloading files over HTTP

2 The problem #I like to download podcasts from this site
# # #what it the location of the file to download #" #original line of code #urllib.urlretrieve (" "mp3.mp3")

3 The program import urllib for x in range(1, 3): print x source = " print source target = "theconcert" +str(x)+".mp3" print target urllib.urlretrieve (source, target)


Download ppt "Downloading files over HTTP"

Similar presentations


Ads by Google