Skip to content

Instantly share code, notes, and snippets.

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

  • Save BetterProgramming/16b8934e41986a0dd5d9f1462be75389 to your computer and use it in GitHub Desktop.

Select an option

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