Skip to content

Instantly share code, notes, and snippets.

@milinda
Created March 14, 2012 01:43
Show Gist options
  • Save milinda/2033291 to your computer and use it in GitHub Desktop.
Save milinda/2033291 to your computer and use it in GitHub Desktop.
from scrapy.item import Item, Field
class ScrapySampleItem(Item):
title = Field()
link = Field()
content = Field()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment