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
|
# For more information on item definitions, see the Scrapy documentation in:
|
||||||
#
|
|
||||||
# See documentation in:
|
|
||||||
# http://doc.scrapy.org/en/latest/topics/items.html
|
# http://doc.scrapy.org/en/latest/topics/items.html
|
||||||
|
|
||||||
from scrapy.item import Item, Field
|
from scrapy.item import Item, Field
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
# Define your item pipelines here
|
# For more information on item pipelines, see the Scrapy documentation in:
|
||||||
#
|
# http://doc.scrapy.org/en/latest/topics/item-pipeline.html
|
||||||
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
|
|
||||||
# See: http://doc.scrapy.org/en/latest/topics/item-pipeline.html
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from scrapy.exceptions import DropItem
|
from scrapy.exceptions import DropItem
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user