Created
May 14, 2019 12:47
-
-
Save BetterProgramming/2531706a40b2e8151e76e5c4e1ebd51c 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
| 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