scraping-ebay
scraping-ebay copied to clipboard
How to add an auction end date
Hello,
Great app but i couldnt add the auction completion line but it doesn’t work please correct me
endedDate = product.xpath('.//*[@class="s-item__time-end"]/text()').extract_first()
"EndedDate":endedDate,
Thanks!