Free tech support / small logo


Accuweather changed, and now the 'weather' script is broken!

A reader writes in to report that Accuweather has changed their Web page layout and the shell script from Wicked Cool Shell Scripts that returns the weather forecast (script #63, weather.sh), is broken.

Dave's Answer: He's right, but amazingly, the fix is less than 25 characters long!

Instead of the embedded sed statement containing:

sed -n '/<font class="sevendayten">/,/[^[:digit:]]<\/font>/p' | \
it should now be replaced with:
sed -n '/Start - Forecast Cell/,/End - Forecast Cell/p'
That's all there is to it.

Of course, this doesn't mean that the scripts that are scraping Web sites from my book won't break again as formats change, but that's why it's so helpful for you to try and step through the scripts so you can understand how the script parses the source and extracts the information needed.

And if something else does break, you can always contact me with specific questions!









Subscribe!
Never miss another Q&A article! Click to subscribe: Add to Google Reader Add to My Yahoo! Subscribe in NewsGator RDF XML
Comments

Looks like Accuweather has entered some embedded comments with Real????[TM] in the source. The do not show up in the rendered html page, but they are in the source as comments.

Example:
96. Max. UV 6.-->

Since the script is not set to parse out the comment I get this garbage:

Today
Sunshine, very warm and humid - High 89
96. Max. UV 6.-->

Is there a way to fix it where I can display the "Real" info properly?

Also can I scrub it so it does not appear in the output? Just in case the "Real" info is not wanted.

Thanks - Paco

Posted by: Paco at November 10, 2005 2:18 PM

Does accuweather.com have an imbedded virus/popup problem in Adobe reader from some company trying to sell a virus checker program?

Posted by: Jim at February 17, 2010 11:21 AM

I have something to say, now that you mention it, but ...
Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you for all your efforts on this Web site by buying you a cup of coffee!

I do have a comment, now that you mention it!











Remember personal info?


Please note that I will never send you any unsolicited email. Ever.

While I'm at it, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site.









Recent Entries


Search
I Need Help!
Need Help? Ask Dave Taylor!


© 2002 - 2012 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site.

[whiteboard marker tray]
"Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.