Skip to content

Commit 8388a3d

Browse files
committed
Update 0013
1 parent 6f217b2 commit 8388a3d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

monkey/0013/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
###题目要求:
2+
* 用Pyhton写一个爬图片的程序,爬这个链接里的日本妹子图片
3+
* 地址:http://tieba.baidu.com/p/2166231880
4+
5+
###Topic request
6+
* Use Python to write a crawl program and crawl photos of Japanese girls from url
7+
* URL:http://tieba.baidu.com/p/2166231880

monkey/0013/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66
__author__ = 'monkey'
77

8-
# 题目要求:
9-
# 用Pyhton写一个爬图片的程序,爬这个链接里的日本妹子图片
10-
# 地址:http://tieba.baidu.com/p/2166231880
118

129
# 获取url地址,对页面进行爬去
1310
def spider(url):

0 commit comments

Comments
 (0)