cpatrickalves / scraping-ebay

Scraping Ebay's products using Scrapy Web Crawling Framework
MIT License
117 stars 40 forks source link

Link parsing #5

Closed Ax6 closed 4 years ago

Ax6 commented 4 years ago

In this way also link to item is parsed. I found it useful in case there is the need to lookup manually the item. Link is added as column to exported table. I tested with ~10000 items and they look alright. Updated only ebay.py (not .au).

cpatrickalves commented 4 years ago

Thanks Aaron!!

It is really useful!