Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MorvanZhou committed Dec 29, 2017
1 parent 050dbfa commit d96e0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebook/5-2-scrapy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"import scrapy\n",
"\n",
"\n",
"class BaikeSpider(scrapy.Spider):\n",
"class MofanSpider(scrapy.Spider):\n",
" name = \"mofan\"\n",
" start_urls = [\n",
" 'https://morvanzhou.github.io/',\n",
Expand Down
2 changes: 1 addition & 1 deletion source_code/5-2-scrapy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import scrapy


class BaikeSpider(scrapy.Spider):
class MofanSpider(scrapy.Spider):
name = "mofan"
start_urls = [
'https://morvanzhou.github.io/',
Expand Down

0 comments on commit d96e0aa

Please sign in to comment.