Download presentation
Presentation is loading. Please wait.
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)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.