pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 4d0c018cb284fee748c6460e7742fbf67242854a
parent 495da21a8cc9a62fce61876fde08cbcab357c852
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu,  2 Apr 2015 20:46:13 -0600

product_scraper: scrape more things

Diffstat:
Mproduct_scraper | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/product_scraper b/product_scraper @@ -76,7 +76,9 @@ my %product_map = ( "Television" => "Televisions", "Laptop" => "LaptopsNotebooks", "Hard Drive" => "HardDrives", - "Memory" => "Memory" + "Memory" => "Memory", + "Video Card" => "VideoCards", + "Processor" => "Processors" ); while (my ($type, $name) = each %product_map) { mem_exp_scrape_class($type, $name);