pricecharts

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

commit 3e9b3657e319cde52804158668aed27d4dd40aa9
parent b613ac2dd0c113706143b08767091c8a187c1178
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon,  3 Nov 2014 21:47:44 -0700

product_scraper: remove old title interpolation code

Diffstat:
Mproduct_scraper.pl | 24------------------------
1 file changed, 0 insertions(+), 24 deletions(-)

diff --git a/product_scraper.pl b/product_scraper.pl @@ -159,30 +159,6 @@ my $sender = Email::Send->new({mailer => 'SMTP'}); $sender->mailer_args([Host => $cfg->{general}{smtp}]); $sender->send($e_mail->as_string()) || print "Couldn't send email\n"; -#for (keys %title_dict) { -# print "$_ " if ($title_dict{$_} / $total_titles >= 0.5); -#} -# for (split(" ", $title)) { -# if (! $title_dict{$_}) { -# $title_dict{$_} = 0; -# } -# $title_dict{$_}++; -# } -# $total_titles++; -#print "\n"; - -# -# Best Buy -# -# my %product_map = {televisions => "led-tvs/25993.aspx"}; - -# -# Visions -# -# televisions = http://www.visions.ca/Catalogue/Category/ProductResults.aspx?categoryId=5&menu=9&pz=30 -# televisions_page = &px=<PAGE> -# product_list = .centerPanel - sub get_tag_text { my $dom = shift;