Akila Dananjaya picked up 6/29 as Sri Lanka closed out the 5th ODI against South Africa by 178 runs. Earlier in the day, Angelo Mathews made a brilliant 97 to help Sri Lanka to 299/8 in their allotted overs.
Chasing 300 on what was a characteristically dry surface at the R Premadasa was never going to be easy for the Proteas and their troubles were compounded by the fact that they just could not read Akila Dananjaya’s variations. The visitors looked as clueless as they had done against the Lankan spinners in the Tests as Dananjaya used his leg spin and googly to good effect, registering the best figures for a Sri Lankan against South Africa.
It was that man Suranga Lakmal however who started the South African rut, bowling perhaps the ball of the series. His outswinger to Hashim Amla in the 1st over of South Africa’s chase angled in just enough to have the batsman looking to play on the leg-side before it pitched and moved away to hit the off stump.
Dananjaya, who opened the bowling alongside Lakmal then broke the back of the South African chase, dismissing Aiden Markram and Reeza Hendricks off consecutive deliveries. Markram had looked promising in the middle, smashing 5 boundaries but looked at sea against Dananjaya and eventually drove one back to him, to be out caught and bowled. Henricks was bowled through the gate with the very next delivery.
4th ODI Report: Sri Lanka prevail in rain-shortened thriller
South Africa never really recovered from that point, losing wickets at regular intervals as Sri Lanka looked sharp (at most times) on the field.
JP Duminy and De Kock hung around for a bit but the chase was always going to be a tall order for the visitors, after having lost nearly half the team for less than 40 runs. Stand in skipper De Kock made a consolation half century while wickets continued to fall on the other end and was eventually undone by a peach of a delivery from Dananjaya for 54.
Dhananjaya De Silva and Lahiru Kumara also looked good with the ball, picking up 3 wickets between them.
Earlier in the day, Mathews won the toss for the 4th time in the series and had no hesitation in batting first.
Niroshan Dickwella and Upul Tharanga got the hosts off to a good start for the 2nd consecutive game, a rarity of late, but Tharanga fell just before the 1st Powerplay was done, nicking behind to Quinton De Kock.
It was to be the story of Sri Lanka’s innings, with many of the batsmen getting starts and not pushing on to big scores.
3rd ODI Report: Sri Lanka crash to another ODI series defeat
Kusal Perera came and went but Kusal Mendis managed a decent stay in the middle, putting on 50 runs with Dickwella, before the latter was caught behind trying to cut a delivery too close to his body.
Dickwella looked to be aggressive right from the word go but was unable to get his timing right on most occasions, managing 43 off 65 deliveries.
Dickwella’s dismissal saw Mathews walk in to bat and the Sri Lankan skipper seemed to roll back the years to when he was in his prime, cutting, pulling and driving the Protea bowlers to all parts of the ground.
Dhananjaya De Silva provided good assistance at the other end, as did Dasun Shanaka as Mathews closed in on an elusive ODI century.
Shanaka signaled his intentions, pulling Phehlukwayo for two boundaries either side of Keshav Maharaj at square leg and then heaving Kagiso Rabada over the boundary line for 6 in the next over as Sri Lanka looked to up the ante. He fell in the 50th over for 21 off 15 deliveries and Mathews was just not able to get the boundary he needed to go to his 3rd ODI century as the Lankan skipper finished on 97.
// 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
Sri Lanka
299/8
(50 overs)
Result
South Africa
121/10
(24.4 overs)
SL won by 178 runs
Sri Lanka’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Niroshan Dickwella | c De Kock b A Phehlukwayo | 43 | 65 | |||
Upul Tharanga | c De Kock b J Dala | 19 | 18 | |||
Kusal Janith | c H Klaasan b W Mulder | 8 | 7 | |||
Kusal Mendis | c De Kock b K Maharaj | 38 | 43 | |||
Angelo Mathews | not out | 97 | 97 | |||
D De Silva | c R Hendricks b W Mulder | 30 | 41 | |||
Thisara Perera | c H Amla b A Phehlukwayo | 13 | 15 | |||
Dasun Shanaka | c JP Duminy b K Rabada | 21 | 15 | |||
Akila Dananjaya | (runout) W Mulder | 5 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
K Rabada | 10 | 0 | 47 | 1 | 4.70 |
J Dala | 9 | 0 | 57 | 1 | 6.33 |
W Mulder | 8 | 0 | 59 | 2 | 7.38 |
A Phehlukwayo | 8 | 0 | 60 | 2 | 7.50 |
KA Maharaj | 10 | 0 | 32 | 1 | 3.20 |
JP Duminy | 5 | 0 | 29 | 0 | 5.80 |
South Africa’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Hashim Amla | b S Lakmal | 0 | 4 | |||
Quinton de Kock | b A Dananjaya | 54 | 57 | |||
Aiden Markram | c & b A Dananjaya | 20 | 13 | |||
Reeza Hendricks | b A Dananjaya | 0 | 1 | |||
Heinrich Klaasen | lbw by A Dananjaya | 3 | 8 | |||
JP Duminy | c & b D De Silva | 12 | 13 | |||
Willem Mulder | lbw by L Kumara | 2 | 5 | |||
A Phehlukwayo | c N Dickwella b A Dananjaya | 3 | 14 | |||
Keshav Maharaj | c S Lakmal b A Dananjaya | 8 | 12 | |||
Kagiso Rabada | not out | 12 | 18 | |||
Junior Dala | c D De Silva b L Kumara | 5 | 3 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 4 | 0 | 22 | 1 | 5.50 |
Akila Dananjaya | 9 | 0 | 29 | 6 | 3.22 |
D De Silva | 4 | 0 | 21 | 1 | 5.25 |
Thisara Perera | 2 | 0 | 14 | 0 | 7.00 |
Lahiru Kumara | 5.4 | 0 | 34 | 2 | 6.30 |