[Gambas-user] scraping html

Caveat Gambas at ...1950...
Sat Jul 13 08:18:46 CEST 2013


You need to use the right tool for the job.  I find the python tool 
BeautifulSoup one of the best for parsing and extracting data from web 
pages.

http://www.crummy.com/software/BeautifulSoup/

Kind regards,
Caveat

On 12/07/13 09:01, Shane wrote:
> Hi everyone
>
> i am trying to get some info from a web page in the format of
>
> <div class="result">
> <div class="col">Text I Want</div>
> <div class="col">
> And Some More i Want
> </div>
> <div class="col">
> And The last bit
> </div>
> </div>
>
> what would be the best way to go about this i have tried a few way but i
> feel there must be an
> easy way to do this
>
> thanks shane
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>





More information about the User mailing list