Skip to content

Instantly share code, notes, and snippets.

@aconanlai
Created June 19, 2016 21:19
Show Gist options
  • Save aconanlai/15b028c53edef29d53bb04948a41f0fb to your computer and use it in GitHub Desktop.
Save aconanlai/15b028c53edef29d53bb04948a41f0fb to your computer and use it in GitHub Desktop.
from scrapy.item import Item, Field
class CraigslistItem(Item):
title = Field()
link = Field()
description = Field()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment