References to the main Scrapy documentation
This commit is contained in:
parent
f81b1c9500
commit
aac0a7c79c
@ -1,6 +1,4 @@
|
||||
# Define here the models for your scraped items
|
||||
#
|
||||
# See documentation in:
|
||||
# For more information on item definitions, see the Scrapy documentation in:
|
||||
# http://doc.scrapy.org/en/latest/topics/items.html
|
||||
|
||||
from scrapy.item import Item, Field
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Define your item pipelines here
|
||||
#
|
||||
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
|
||||
# See: http://doc.scrapy.org/en/latest/topics/item-pipeline.html
|
||||
# For more information on item pipelines, see the Scrapy documentation in:
|
||||
# http://doc.scrapy.org/en/latest/topics/item-pipeline.html
|
||||
import re
|
||||
|
||||
from scrapy.exceptions import DropItem
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user