Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spider_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def craw(self, root_url):

if __name__ == '__main__':
#设置爬虫入口
root_url = 'http://baike.baidu.com/view/21087.htm'
root_url = 'http://baike.baidu.com/view/21087.html'
#开始时间
print('开始计时..............')
start_time = datetime.datetime.now()
Expand Down