Created
May 14, 2019 12:47
-
-
Save BetterProgramming/16b8934e41986a0dd5d9f1462be75389 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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