Skip to content

Instantly share code, notes, and snippets.

@Chestermozhao
Last active May 23, 2020 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chestermozhao/1b504a1a39cb27fbb49274d3a242e84a to your computer and use it in GitHub Desktop.
Save Chestermozhao/1b504a1a39cb27fbb49274d3a242e84a to your computer and use it in GitHub Desktop.
import scrapy
class SampleItem(scrapy.Item): │············ │············
image_urls = scrapy.Field() │············
images = scrapy.Field() │············
image_paths = scrapy.Field()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment