animal politico

parent b22533c0
......@@ -7,6 +7,10 @@ import scrapy
class AnimalpoliticoItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass
date = scrapy.Field()
title = scrapy.Field()
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