After a whitewash in the T20 series the new look Sri Lankan women’s outfit gave a good fight to the Proteas before an excellent final over by Marizanne Klapp gave the South African women a thrilling 6 run victory.
A rain delayed start reduced the 1st ODI of the ICC Women’s Championship at Potchefstroom to 48 overs per side as Lankan skipper Chamari Attapattu elected to put the Proteas to bat first. Veteran left arm seamer Udeshika Prabodhani struck in her very first over as the Lioness’ opened their account with a roar.
South Africa seal the series despite Sri Lanka’s valiant fight
Sri Lanka women lost the 2nd match of the T20I series by 2 wickets…
Prabodhani’s attacking bowling routine reaped great rewards as she left the South African women’s team at bay restricting them to 29 for the loss of 2 wickets by the end of the mandatory power play overs . Proteas skipper Dane van Niekerk held the innings together as her watchful innings took South Africa past the one hundred run mark by the 25th over. The Lankan bowlers were very good in the field and the ball restricting the free flow of runs. Andrie Steyn together with Niekerk posted an important 137 run 3rd wicket partnership in the middle overs before Inoka Ranaweera trapped Steyn on 75 at her crease.
Read more: Luus, de Klerk called up for Sri Lanka ODIs as replacements
Niekerk went on to score a match saving 102 runs off 117 deliveries which proved nothing but a responsible captain’s knock. The Proteas posted a decent score of 225 for the loss of 7 wickets in their allocated 48 overs.
Chasing a target of 225 the Lankan women got off to a fantastic start as openers Anushka Sanjeewani and Prasadani Weerakkody took Sri Lanka to the fifty run mark in just 49 balls. Nierkerk was back in the game as the wrist spinner caught Sanjeewani LBW in the 11th over.
The Lankans still had a very healthy run rate but kept losing wickets at regular intervals. Shashikala Siriwardene once again was Sri Lanka’s liberator as she gave the Lankans some hope in the match. Siriwardene was sadly dismissed for 49 with the Lankans needing exactly another 49 runs off 38 balls.
Read more: “It’s time we come up with some good performances” – Chamari Athapaththu
Two suicidal run outs involving Prasadani Weerakkody and Achini Kulasuriya hurt the Lankan outfit as the Proteas were back again in the competition. A stubborn Nilakshi De Silva batted her way through to give Sri Lanka a chance as she took Sri Lanka inches close to the finish line. De Silva reduced the aggregate of 22 runs off 12 deliveries to 12 runs off 6 deliveries. 12 runs off the final over was a bit too much to ask for but with De Silva facing the music in the middle Lanka were hopeful. Marizanne Klapp held her nerve in the final six deliveries conceding only 4 runs off the final over as South Africa cruised to a famous seven run win.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
South Africa Women
225/7
(48 overs)
Result
Sri Lanka Women
218/9
(48 overs)
SAW won by 7 runs
South Africa Women’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Andrie Steyn | lbw by I Ranaweera | 75 | 100 | |||
Laura Wolvaardt | c O Ranasinghe b U Probodhani | 0 | 1 | |||
Lara Goodall | b U Probodhani | 12 | 24 | |||
Dane van Niekerk | c A Sanjeewani b O Ranasinghe | 102 | 117 | |||
Mignon du Preez | c S Siriwardene b O Ranasinghe | 12 | 22 | |||
Marizanne Kapp | c U Thimashini b A Kulasuriya | 13 | 17 | |||
Faye Tunnicliffe | b O Ranasinghe | 0 | 2 | |||
Shabnim Ismail | not out | 1 | 3 | |||
Masabata Klaas | not out | 2 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Achini Kulasuriya | 6 | 0 | 25 | 1 | 4.17 |
Udeshika Prabodhani | 8 | 1 | 39 | 2 | 4.88 |
Inoka Ranaweera | 10 | 0 | 31 | 1 | 3.10 |
Shashikala Siriwardene | 6 | 0 | 35 | 0 | 5.83 |
Oshadi Ranasinghe | 9 | 0 | 40 | 3 | 4.44 |
Chamari Athapatthu | 9 | 0 | 53 | 0 | 5.89 |
Sri Lanka Women’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Anushka Sanjeewani | lbw by Van Niekerk | 19 | 31 | |||
Prasadini Weerakkody | c F Tunnicliffe b M Klaas | 47 | 67 | |||
Chamari Athapatthu | b Van Niekerk | 15 | 27 | |||
Harshitha Madavi | c Van Niekerk b M Klaas | 16 | 36 | |||
Shashikala Siriwardena | c F Tunnicliffe b M Klaas | 49 | 56 | |||
Umesha Thimashini | c M du Preez b T Sekhukhune | 2 | 5 | |||
Nilakshi de Silva | not out | 39 | 43 | |||
Oshadi Ranasinghe | b T Sekhukhune | 6 | 9 | |||
Udeshika Prabodhani | (runout) M Kapp | 0 | 3 | |||
Achini Kulasuriya | (runout) A Steyn | 1 | 3 | |||
Inoka Ranaweera | not out | 3 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Shabnim Ismail | 9 | 0 | 41 | 0 | 4.56 |
Marizanne Kapp | 9 | 0 | 38 | 0 | 4.22 |
Masabata Klaas | 7 | 0 | 46 | 3 | 6.57 |
Tumi Sekhukhune | 10 | 1 | 33 | 2 | 3.30 |
Dane van Niekerk | 10 | 1 | 26 | 2 | 2.60 |
Mignon du Preez | 1 | 0 | 13 | 0 | 13.00 |
Zintle Mali | 2 | 0 | 11 | 0 | 5.50 |