The 2nd T20I between South Africa and Sri Lanka ended in favour of the hosts today at the SuperSport Park in Centurion. The Proteas, led by JP Duminy, beat the unchanged Sri Lanka by 16 runs despite Isuru Udana’s late blitz.
Chasing a target of 181 on a good batting wicket, Sri Lanka were in a hopeless situation when Isuru Udana walked in at number 8. From a position of 62/6 in the 10th over, Udana made sure Sri Lanka inched closer towards the required target with his powerful range hitting. His efforts couldn’t win the match for Sri Lanka, but saved them from another heavy loss.
Sri Lanka’s run-chase had a stop-start beginning as the batsmen took Dale Steyn for 17 runs just after he dismissed both Avishka Fernando and Kusal Mendis in his previous over, the very first over of the innings. Just when things started to happen for Sri Lanka with a 17-run Steyn over, Chris Morris destroyed the top order with a couple of wickets in one over, the 4th of the innings. By the end of the 4th over Sri Lanka were reeling at 31/4.
Time running out for World Cup hopefuls
Niroshan Dickwella, following a lean patch throughout the tour, got going with 2 boundaries and a six, but it was all only until Morris had the final say. Kamindu Mendis batting at number 5, as Thisara Perera was sent ahead of him, was out in the first ball he faced.
The Pereras, Angelo and Thisara together could only add 25 runs in the 4.1 overs they faced, not very fluently. Thisara’s poor tour continued as he skied one very high to the night sky off Dwayne Pretorius to give debutant wicket keeper Sinethemba Qeshile his 2nd catch of the match. Kamindu was his first victim.
Trying to get Sri Lanka closer towards the target Dhananjaya de Silva played second fiddle to the hard hitting Udana. The 21-run partnership came to an unfortunate end when JP Duminy ran out De Silva after dropping Udana on 13. What followed was the best partnership of the Lankan innings. Udana along with Akila Dananjaya added 46 in just 4.1 overs.
Akila contributed only 1 run in the whole partnership and was eventually bowled by Tabraiz Shamsi. Udana on the other end, despite running out of partners kept Sri Lanka in contention with an outside chance as he kept clearing the ropes regularly.
His unbeaten knock of 84 is the highest T20I score by any player batting at 8 or below.
Earlier in the day Sri Lanka’s decision to bowl first after winning the toss paid off straight away as Isuru Udana dismissed T20I debutant Aiden Markram in just the 2nd over when South Africa were on 9. South Africa’s revival from the early loss began with the very next delivery.
Rassie van der Dussen drove the full-ish delivery from Udana to get off the mark on the very first ball he faced with a boundary. Starting off from that, Van der Dussen and Reeza Hendricks went on to add 116 runs for the 2nd wicket in just 12.4 overs.
Thisara Perera in particular was given a heavy beating by the two right handers. The 10th over bowled by Perera went for 19 while his previous over went for 11. Apart from Perera, Kamindu Mendis was allowed to bowl just 1 over as he was hit for 12.
Akila Dananjaya was hit for 23 runs in his 2nd and 3rd overs after a brilliant first over in which only 4 runs were scored. Jeffrey Vandersay was economical comparing with the others as he ended his 4-over spell during the destructive partnership giving away just 25 runs.
Photos: Sri Lanka Vs South Africa 2nd T20I in Super Sports Park
The highest 2nd wicket partnership for South Africa against Sri Lanka in T20Is eventually came to an end as Lasith Malinga broke through in his second spell. It was Hendricks who was deceived by Malinga’s slower ball and got out for a 46-ball 65. Akila Dananjaya then produced a brilliant 17th over which gave away just 4 runs and got rid of a set Van der Dussen.
Then it was the JP Duminy show in Centurion as he scored 15 runs each from the 18th and 20th overs bowled by Udana and Perera respectively. The penultimate over of the innings bowled by Malinga cost just 8 runs.
Duminy ended the South African innings on 180/3 as he walked away unbeaten on 33 from just 17 deliveries. The 4th wicket stand between him and David Miller remained unbroken on 42.
In bowling for Sri Lanka Perera’s economy after 3 overs was 15 while Udana’s was just under 10. Akila Dananjaya ended up with figures of 1/31. Malinga once again was the pick of the bowlers with figures of 1/26.
>>Sri Lanka v South Africa 2019<<
// 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
180/3
(20 overs)
Result
Sri Lanka
164/9
(20 overs)
SA won by 16 runs
South Africa’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Aiden Markram | c L Malinga b I Udana | 3 | 5 | |||
Reeza Hendricks | c K Mendis b L Malinga | 65 | 46 | |||
Rassie vd Dussen | b A Dananjaya | 64 | 44 | |||
JP Duminy | not out | 33 | 17 | |||
David Miller | not out | 9 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Lasith Malinga | 4 | 0 | 26 | 1 | 6.50 |
Isuru Udana | 4 | 0 | 39 | 1 | 9.75 |
Akila Dananjaya | 4 | 0 | 31 | 1 | 7.75 |
Jeffrey Vandersay | 4 | 0 | 25 | 0 | 6.25 |
Thisara Perera | 3 | 0 | 45 | 0 | 15.00 |
Kamindu Mendis | 1 | 0 | 12 | 0 | 12.00 |
Sri Lanka’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Niroshan Dickwella | c L Sipamla b C Morris | 20 | 15 | |||
Avishka Fernando | c T Shamsi b D Steyn | 0 | 2 | |||
Kusal Mendis | b D Steyn | 4 | 3 | |||
Thisara Perera | c S Qeshile b D Pretorius | 22 | 15 | |||
Kamindu Mendis | c S Qeshile b C Morris | 0 | 1 | |||
Angelo Perera | c JP Duminy b T Shamsi | 11 | 18 | |||
Dhananjaya de Silva | (runout) JP Duminy | 10 | 13 | |||
Isuru Udana | not out | 84 | 48 | |||
Akila Dananjaya | b T Shamsi | 1 | 2 | |||
Lasith Malinga | b C Morris | 8 | 4 | |||
Jeffrey Vandersay | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dale Steyn | 3 | 0 | 34 | 2 | 11.33 |
Chris Morris | 4 | 1 | 32 | 3 | 8.00 |
Lutho Sipamla | 4 | 0 | 42 | 0 | 10.50 |
Dwaine Pretorius | 4 | 0 | 22 | 1 | 5.50 |
Tabraiz Shamsi | 4 | 0 | 16 | 2 | 4.00 |
JP Duminy | 1 | 0 | 18 | 0 | 18.00 |