Created
September 29, 2018 11:28
-
-
Save rafikahmed/0d2d2152c3789ebe1c691c9e96a0c37d to your computer and use it in GitHub Desktop.
This file contains 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 JokeItem(scrapy.Item): | |
joke_text= scrapy.Field() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment