mirror of https://github.com/scrapy/scrapy.git
Merge pull request #3527 from hsiaoyi0504/patch-1
unify the quote style
This commit is contained in:
commit
4306886ac6
|
|
@ -26,7 +26,7 @@ http://quotes.toscrape.com, following the pagination::
|
|||
|
||||
|
||||
class QuotesSpider(scrapy.Spider):
|
||||
name = "quotes"
|
||||
name = 'quotes'
|
||||
start_urls = [
|
||||
'http://quotes.toscrape.com/tag/humor/',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue