> Date: Fri, 17 Jul 2009 20:02:22 +0200
> From: mot...@xs4all.nl
> To: tutor@python.org
> CC: pine...@hotmail.com
> Subject: Re: [Tutor] weather scraping with Beautiful Soup
> 
> Che M wrote:
> 
> > "http://www.wund.com/cgi-bin/findweather/getForecast?query=Worthington%2C+OH";
>  >
> > Any help is appreciated.  
> 
> That would be:
> 
>    daytemp = soup.find("div",id="main").findNext("span").renderContents()
> 

Thank you, that works!  I'll go try some more things and read more of
the documentation and if I bump into more confusions I may have more
questions.

Che

_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to