South Africa finally have seemed to come into terms with Sri Lankan conditions as they thrashed the hosts by 4 wickets in Dambulla on Wednesday(1)
Sri Lanka just about scraped themselves up-to 244/8 in the 2nd ODI, but their effort in the field was demoralizing to watch for any Sri Lankan.
The hosts made two changes to their side which lost the first ODI by 5 wickets, handing debuts to fast bowler Kasun Rajitha and left-arm spinner Prabath Jayasuriya, in place of the injured Lahiru Kumara and chinaman Lakshan Sandakan in a bid to square the series, as skipper Angelo Mathews won the toss and elected to bat first.
Kumara split the webbing on his left-hand during training on Monday night while Sandakan was expensive in the first match, conceding 74 runs in 8 overs.
Pereras’ heroics not enough as South Africa register easy win
The ODI leg of South Africa’s Tour of Sri Lanka kick-started today at the….
It felt like it was a repeat of the 1st ODI when Upul Tharanga and Kusal
Another useful stand came for the 4th wicket for the hosts. This time it was captain Mathews along with Dickwella, who went on to make 69 runs which included 10 fours. When Dickwella dragged one on to his stumps off Phehlukwayo and Shehan
Thisara Perera hung around for a quick-fire 19 as Mathews brought up his 36th ODI half century, but the skipper hardly got any support from the other end as most batsmen came and went.
Akila Dananjaya and Suranga
Lahiru Kumara ruled out of second ODI
Right-arm seamer Lahiru Kumara will not be available for selection …
Sri Lanka eventually got to 244/8 which seemed a respectable total on a sticky surface and it was their skipper Angelo Mathews who stood tall with a superb unbeaten 79*.
For South Africa, their seamers picked up all wickets to fall with Ngidi and Phehlukwayo
South Africa got off to a rollicking start, but it was more to do with some horrendous fielding by the hosts. Both Hashim Amla and Quinton de Kock were given lives as they put on 91 runs for the first wicket.
Kasun Rajitha on debut was denied his maiden scalp not just once, but twice. De Kock was spilled by Akila Dananjaya and Amla by Kusal Perera off Rajitha on both occasions.
To add to the drop catches, it was hard to find a Sri Lankan fielder on the park who didn’t misfield a ball. It was as if someone had asked them to put their hands in oil before they came out to field.
However, the hosts did manage to strike a couple of quick blows through Dananjaya but it was always an uphill task with not many runs on the board.
Amla made 43 and skipper Faf du Plessis hit a quick-fire 49, but it was De Kock who stole the show with a 78 ball 87. His knock included 13 fours and one towering six.
Dananjaya returned to dismiss Du Plessis but it was all too little too late for the hosts as South Africa cruised home by 4 wickets and more than 7 overs to spare.
It was another dominating performance by the visitors following their thrashing in the 1st ODI, as they seem a settled white ball unit in contrast to the Sri Lankans who look out of sorts at the moment.
// 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
244/8
(50 overs)
Result
South Africa
246/6
(42.5 overs)
SA won by 4 wickets
Sri Lanka’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
U Tharanga | c Quinton de Kock b Lungi Ngidi | 9 | 8 | |||
N Dickwella | b Andile Phehlukwayo | 69 | 78 | |||
K Mendis | lbw by Lungi Ngidi | 0 | 1 | |||
K Janith | c Lungi Ngidi b Andile Phehlukwayo | 12 | 24 | |||
A Mathews | not out | 79 | 111 | |||
S Jayasuriya | c Quinton de Kock b Willem Mulder | 18 | 27 | |||
NLTC Perera | c Quinton de Kock b Lungi Ngidi | 19 | 20 | |||
A Dananjaya | c David MIller b Kagiso Rabada | 9 | 12 | |||
S Lakmal | b Andile Phehlukwayo | 7 | 8 | |||
P Jayasuriya | not out | 10 | 11 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
K Rabada | 9 | 1 | 48 | 1 | 5.33 |
L Ngidi | 8 | 1 | 50 | 3 | 6.25 |
W Mulder | 7 | 0 | 26 | 1 | 3.71 |
A Phehlukwayo | 9 | 0 | 44 | 3 | 4.89 |
JP Duminy | 7 | 0 | 30 | 0 | 4.29 |
T Shamsi | 10 | 0 | 43 | 0 | 4.30 |
South Africa’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Quinton de Kock | c Suranga Lakmal b Kasun Rajitha | 87 | 78 | |||
H Amla | c & b Akila Dhananjaya | 43 | 43 | |||
A Markram | c Kusal Janith b Akila Dhananjaya | 3 | 11 | |||
Du Plessis | c & b Akila Dhananjaya | 49 | 41 | |||
JP Duminy | c Kusal Mendis b Thisara Perera | 32 | 29 | |||
D Miller | c Kusal Mendis b Suranga Lakmal | 3 | 5 | |||
W Mulder | not out | 19 | 31 | |||
A Phehlukwayo | not out | 7 | 19 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
S Lakmal | 7 | 0 | 39 | 1 | 5.57 |
K Rajitha | 5.5 | 0 | 44 | 1 | 8.00 |
A Dhananjaya | 10 | 0 | 60 | 3 | 6.00 |
T Perera | 7 | 0 | 34 | 1 | 4.86 |
P Jayasuriya | 10 | 0 | 53 | 0 | 5.30 |
S Jayasuriya | 3 | 0 | 16 | 0 | 5.33 |