Skip to content

Instantly share code, notes, and snippets.

@dkhurana1306
Last active August 26, 2016 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkhurana1306/07631f85b623e7e6ead2f9177fdf5062 to your computer and use it in GitHub Desktop.
Save dkhurana1306/07631f85b623e7e6ead2f9177fdf5062 to your computer and use it in GitHub Desktop.
import scrapy
class DmozItem(scrapy.Item):
title = scrapy.Field()
target = scrapy.Field()
current = scrapy.Field()
people = scrapy.Field()
date = scrapy.Field()
#name = scrapy.Field()
location= scrapy.Field()
shares = scrapy.Field()
#story = scrapy.Field()
category= scrapy.Field()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment