Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f04a5b7 + 201fc77 commit 80c343bCopy full SHA for 80c343b
Chapter05_Scrapy/wikiSpider/wikiSpider/articles.py
@@ -1,5 +1,5 @@
1
-from scrapy.contrib.linkextractors import LinkExtractor
2
-from scrapy.contrib.spiders import CrawlSpider, Rule
+from scrapy.linkextractors import LinkExtractor
+from scrapy.spiders import CrawlSpider, Rule
3
4
class ArticleSpider(CrawlSpider):
5
name = 'articles'
0 commit comments