Skip to content

Clark934/wswp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping with Python


一边学习《用Python写网络爬虫》一书,一边对于书中因为事例网站的变化而导致的bug进行修复。
This repository contains fixed source code of examples from the book Web Scraping with Python.


Author:Siyao Chen


目录

Bug_Fixing

The first bug comes from the websites update.The url input of the 'link_crawler' should be as follows. link_crawler('http://example.webscraping.com/places', '/places/default/(index|view)', delay=0, num_retries=1,user_agent='BadCrawler')

Original_Readme

This repository contains source code of examples from the book Web Scraping with Python, published by Packt Publishing. Examples have been tested with Python 2.7 and depend on:

This examples will break in future as websites change and dependencies are updated, so bug reports and patches are welcome.

About

Web Scraping with Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages