We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e23f22 + 94ac2a7 commit 624a843Copy full SHA for 624a843
monkey/0013/main.py
@@ -26,9 +26,9 @@ def spider(url):
26
27
# 下载图片
28
def download_Image(url, save_path):
29
- urllib.request.urlretrieve(url, save_path)
+ urllib.urlretrieve(url, save_path)
30
31
32
if __name__ == '__main__':
33
url = "http://tieba.baidu.com/p/2166231880"
34
- spider(url)
+ spider(url)
0 commit comments