Skip to content

Commit

Permalink
Merge pull request #15 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
geekan committed Aug 13, 2018
2 parents 1c575b4 + 2280a54 commit edb1cb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Don't use it to do anything illegal!

***

##Real spider example: doubanbook
## Real spider example: doubanbook

####Tutorial
#### Tutorial

git clone https://github.com/geekan/scrapy-examples
cd scrapy-examples/doubanbook
scrapy crawl doubanbook

####Depth
#### Depth

There are several depths in the spider, and the spider gets
real data from depth2.
Expand All @@ -24,12 +24,12 @@ real data from depth2.
- Depth1: Urls like `http://book.douban.com/tag/外国文学` from depth0
- Depth2: Urls like `http://book.douban.com/subject/1770782/` from depth1

####Example image
#### Example image
![douban book](https://raw.githubusercontent.com/geekan/scrapy-examples/master/doubanbook/sample.jpg)

***

##Avaiable Spiders
## Avaiable Spiders

* tutorial
* dmoz_item
Expand Down

0 comments on commit edb1cb1

Please sign in to comment.