animal politico

parent b22533c0
...@@ -7,6 +7,10 @@ import scrapy ...@@ -7,6 +7,10 @@ import scrapy
class AnimalpoliticoItem(scrapy.Item): class AnimalpoliticoItem(scrapy.Item):
# define the fields for your item here like: date = scrapy.Field()
# name = scrapy.Field() title = scrapy.Field()
pass text = scrapy.Field()
location = scrapy.Field()
author = scrapy.Field()
topic = scrapy.Field()
url = scrapy.Field()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment