Crinibus / scraper

Web scraper for scraping, tracking and visualizing prices of products on various websites.
MIT License
176 stars 30 forks source link

Update method BaseWebsiteHandler._request_product_data to not return a value #166

Closed Crinibus closed 2 years ago

Crinibus commented 2 years ago

Update method BaseWebsiteHandler._request_data:

Delete parameters "soup" in the following methods in all website handlers:

Update website handlers tests to reflect changes