Re: [Tutor] html scrapeing

2005-06-30 Thread Bob Gailer
At 10:36 AM 6/26/2005, Nathan Hughes wrote: Ive been looking for way to scrape the data from a html table, but dont know even where to start, or how to do.. an example can be found here of the table ( http://www.dragon256.plus.com/timer.html ) - i'd like to extract all the data except for the del

Re: [Tutor] html scrapeing

2005-06-30 Thread Kent Johnson
Nathan Hughes wrote: > Hi, > > Ive been looking for way to scrape the data from a html table, but dont > know even where to start, or how to do.. Take a look at Beautiful Soup: http://www.crummy.com/software/BeautifulSoup/ Kent ___ Tutor maillist -

[Tutor] html scrapeing

2005-06-28 Thread Nathan Hughes
Hi, Ive been looking for way to scrape the data from a html table, but dont know even where to start, or how to do.. an example can be found here of the table ( http://www.dragon256.plus.com/timer.html ) - i'd like to extract all the data except for the delete column and then just print each row.