I copied cricinfo commentry page in text editor.
After that i want to read only 4 information corresponding to each ball in python scripting.
http://www.espncricinfo.com/sri-lank...iew=commentary
This is the commentry as given in above page
0.1 Sharma to Paranavitana, FOUR, 132.0 kph, full on off stump, gets forward and looks to defend but gets a thick outside edge through the cordon. No third man in place and it is four to start off
I want to read only
Ball no-0.1
Boller-Sharma
Batsmen- Paranavitana,
Run-FOUR,
above information per bal by ball basis
How can i do that in python???????????????