Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Created April 28, 2016 14:42
Show Gist options
  • Save michaelrice/8c9464cd3b6745a94329745561262d00 to your computer and use it in GitHub Desktop.
Save michaelrice/8c9464cd3b6745a94329745561262d00 to your computer and use it in GitHub Desktop.
sale_items = data.xpath('//div[@class="more weekly-ad-title"]/text()')
sale_prices = data.xpath('//div[@class="weeklyad-item-price"]/span/text()')
@michaelrice
Copy link
Author

<div class="more weekly-ad-title">Organic Salad</div>
<div class="weeklyad-item-price">
    <span></span>                                                                                                                                            
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment