Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# Pull the category back out of the meta dict.
parent_category = response.meta["category"]
# Create a new items.Brand with the scraped data.
# ...
# Add the new brand to its parent in the tree.
parent_category["brands"].append(brand)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment