Subject: | no longer working.. |
Date: | Thu, 21 Jan 2016 15:57:22 +0000 (UTC) |
To: | <bug-WWW-Weather-Yahoo [...] rt.cpan.org> |
From: | Brandon Chubb <bfc0713 [...] yahoo.com> |
As of 1/21/16 your most excellent tool stopped working, at least with my typical input. It worked yesterday with the same thing. I've gone to the yhoo weather page, but not sure how to feed those names back into your API.
My typical usage was:
my $yw = WWW::Weather::Yahoo->new( 'Boston, MA' , 'f');
..etc.
I also tried the zip code form,but no dice.
Your output says something like:
Nothing found. Check the city input. at /usr/local/share/perl5/WWW/Weather/Yahoo.pm line 45.
Now i know websites can be hostile to scraping, but just in case there's an easy fix to either the code or my usage. I downloaded the latest
(0.7?) to make sure.
-brandon