pricecharts

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

commit e17820d4dcc7fb9c5f81815324de6d69b6b5ca7c
parent 653ad438b548aa353274c0c199cac00454127390
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 19 Oct 2014 16:22:04 -0600

price_scraper: remove old commented code

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

diff --git a/price_scraper.pl b/price_scraper.pl @@ -60,19 +60,6 @@ for (sort keys $cfg->{vendors}) { next; } - #if (substr($vendor->{context}, 0, 1) eq '@') { - # $vendor->{context} =~ s/@/#/; - #} - - #my $context = $dom->find($vendor->{context})->html(); - #if ($context) { - # $dom = HTML::Grabber->new(html => $context); - #} - #else { - # print ' '; - # next; - #} - my $price = get_price($vendor->{"reg_price"}, $dom); if ($vendor->{sale_price}) { my $sale_price = get_price($vendor->{"sale_price"}, $dom);