Created
April 28, 2016 14:42
-
-
Save michaelrice/8c9464cd3b6745a94329745561262d00 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
sale_items = data.xpath('//div[@class="more weekly-ad-title"]/text()') | |
sale_prices = data.xpath('//div[@class="weeklyad-item-price"]/span/text()') |
Author
michaelrice
commented
Apr 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment