Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created May 14, 2019 12:47
Show Gist options
  • Select an option

  • Save BetterProgramming/2531706a40b2e8151e76e5c4e1ebd51c to your computer and use it in GitHub Desktop.

Select an option

Save BetterProgramming/2531706a40b2e8151e76e5c4e1ebd51c to your computer and use it in GitHub Desktop.
class OlxItem(scrapy.Item):
# define the fields for your item here like:
title = scrapy.Field()
price = scrapy.Field()
url = scrapy.Field()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment