Day two was all about Sri Lanka. Their bowlers led by Dilruwan Perera restricted South Africa to 126, before Dimuth Karunaratne was at it once again, going past a half century for the 2nd time in the match.
Most of the opening day belonged to the South African bowlers led by Kagiso Rabada, before Sri Lanka clawed their way back into the match late in the day via Karunaratne’s marathon century and some lower order resistance from skipper Suranga Lakmal and Lakshan Sandakan.
Read : Karunaratne epic withstands fiery Rabada on rain hit day
The Sri Lankans made sure to take the momentum from last evening into day two. Ranagana Herath who dismissed Aiden Markram late on day one, got into the act straightaway dismissing night-watchman Keshav Maharaj who was trapped in front. Dilruwan Perera decided to join the party when he squared up Dean Elgar to edge one to first slip, before he got one to spin and bounce against Hashim Amla – one of South Africa’s most fluent against spin – to have him caught at short leg by Kusal Mendis.
The tag of ‘ dust bowl’ ahead of this match at the Galle International Stadium was proving to be right at this stage, as the Proteas batsmen looked all at sea against the two experienced Sri Lankan spinners. Just when they thought they had some breathing space when Herath was taken out of the attack, Lakshan Sandakan got into the act cleaning up Temba Bavuma off his second ball. Dilruwan’s marathon spell from the other end continued relentless. He added more misery to the Proteas when he got one spinning past Quinton de Kock’s outside edge, disturbing the timber, once again. South Africa were 51/6 at this time with their skipper Faf du Plesis left to watch the drama unfold from the opposite end.
Photos: Sri Lanka vs South Africa – 1st Test | Day 2
Vernon Philander seemed the ideal partner for Du Plesis as he was willing to put in application and stay patient for lose deliveries. He did survive a few close calls against Herath on the stroke of lunch – A LBW decision which wasn’t reviewed and a successful review after, he was given out -, but the duo held firm as the visitors went into lunch with no further damage at 86/6.
The break didn’t seem to bother them as they continued from where they left off, with Du Plesis taking the responsibility of being the aggressor. Philander was providing stubborn resistance though he didn’t really look for runs, which eventually did lead to his downfall when he was trapped in front by Dilruwan who ended with four wickets in the innings.
The flood gates opened once again. Du Plesis was cut in half and lost the captains’ battle when Suranga Lakmal cleaned him up in the next over with a nearly unplayable delivery, as South Africa slid to 115/8 with their leader walking back one run short of a well-deserved half century. The Sri Lankan skipper was bowling his heart out in hot and humid conditions and he soon accounted for the dismissal of Kagiso Rabada, in identical fashion to Du Plesis. Dale Steyn was the last man to fall going for a big heave across the line as Lakmal chipped in with his third wicket of the innings, to bundle South Africa out for 126 and secure a vital 161-run lead for Sri Lanka.
Sri Lanka got off to a brisk start with Karunaratne starting from where he left off as he put on 51 with Danushka Gunathilaka, who threw it away when he tried to take Keshav Maharaj downtown, only to be caught in the deep.
Read : Dimuth Karunaratne – The modern, classic southpaw
A cluster of wickets followed, very similar to the first innings as Karunaratne watched on. Maharaj sent back Dhananjaya de Silva and Kusal Mendis in the space of 4 balls with two stunning deliveries. None of this seemed to bother the rock solid Karunaratne, who went past the 50-run mark for the second time in the match. When he was finally dismissed for the first time in the match by Kagiso Rabada for 60, it signalled memories of his weakness outside the off stump which has led to his down fall many times. Over the past 18 month he has overcome it successfully, to be one of Sri Lanka’s top Test batsmen.
Angelo Mathews and Roshen Silva who had failures in the first innings were battling it out on a tricky surface, when the umpires decided to draw stumps for day two at the picturesque Galle Stadium, with Sri Lanka 272 runs ahead and 6 wickets in hand.
// 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
287/10 & 190/10
(57.4 overs)
Result
South Africa
126/10 & 73/10
(28.5 overs)
SL won by 278 runs
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilake | c Q.De Kock b K.Rabada | 26 | 31 | |||
Dimuth Karunaratne | not out | 158 | 222 | |||
Dananjaya De Silva | b T.Shamsi | 11 | 36 | |||
Kusal Mendis | c b | 24 | 36 | |||
Angelo Mathews | c Q.De Kock b K.Rabada | 0 | 10 | |||
Roshen Silva | c A.Markram b K.Rabada | 0 | 2 | |||
Niroshen Dickwella | c H.Amla b T.Shamsi | 18 | 31 | |||
Dilruwan Perera | c Q.De Kock b V.Philander | 1 | 4 | |||
Rangana Herath | (runout) Q.De Kock / V.Philander | 1 | 7 | |||
Suranga Lakmal | c Q.De Kock b K.Rabada | 10 | 40 | |||
Lakshan sandakan | st Q.De Kock b T.Shamsi | 25 | 55 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Vernon Philander | 8 | 1 | 28 | 1 | 3.50 |
Dale Steyn | 13 | 0 | 54 | 1 | 4.15 |
Kagiso Rabada | 14 | 1 | 50 | 4 | 3.57 |
Keshav Maharaj | 17 | 3 | 49 | 0 | 2.88 |
Tabraiz Shamsi | 25.4 | 2 | 91 | 3 | 3.58 |
Dean Elgar | 1 | 0 | 7 | 0 | 7.00 |
South Africa’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Aiden Markram | c A.Mathews b R.Herath | 0 | 7 | |||
Dean Elgar | c Anjelo Mathews b Dilruwan Perera | 8 | 29 | |||
Keshav Maharaj | lbw by Rangana Herath | 3 | 12 | |||
Hashim Amla | c Kusal Mendis b Dilruwan Perera | 15 | 36 | |||
Temba Bavuma | b Lakshan Sandakan | 17 | 33 | |||
Faf du Flessis | b Suranga Lakmal | 49 | 88 | |||
Quinton de Kock | b Dilruwan Perera | 3 | 8 | |||
Vernon Philander | lbw by Dilruwan Perera | 18 | 85 | |||
Kagiso Rabada | b Suranga Lakmal | 2 | 9 | |||
Dale Steyn | c Anjelo Mathews b Suranga Lakmal | 8 | 17 | |||
Tabraiz Shamsi | not out | 0 | 3 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Rangana Herath | 19 | 5 | 39 | 2 | 2.05 |
Dilruwan Perera | 23 | 8 | 46 | 4 | 2.00 |
L.Sandakan | 8 | 1 | 18 | 1 | 2.25 |
Suranga Lakmal | 4.3 | 0 | 21 | 3 | 4.88 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
MD Gunathilaka | c Kagiso Rabada b Keshav Maharaj | 17 | 65 | |||
D. Karunaratne | c Hashim Amla b Kagiso Rabada | 60 | 80 | |||
D.De.Silva | b Keshav Maharaj | 9 | 12 | |||
BKG Mendis | lbw by Keshav Maharaj | 0 | 3 | |||
A Mathews | b Keshav Maharaj | 35 | 86 | |||
R. Silva | (runout) Kagiso Rabada | 13 | 24 | |||
N. Dickwella | c Quinton de Kock b Kagiso Rabada | 7 | 14 | |||
Dilruwan Perera | lbw by Kagiso Rabada | 2 | 2 | |||
Suranga Lakmal | not out | 33 | 46 | |||
R. Herath | lbw by Tabraiz Shamsi | 0 | 5 | |||
L.Sandakan | c Temba Bavuma b Dale Steyn | 6 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kagiso Rabada | 12 | 0 | 44 | 3 | 3.67 |
Dale Steyn | 11.4 | 1 | 35 | 1 | 3.07 |
KA Maharaj | 20 | 5 | 58 | 4 | 2.90 |
Tabraiz Shamsi | 11 | 0 | 37 | 1 | 3.36 |
Vernon Philander | 3 | 0 | 10 | 0 | 3.33 |
South Africa’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dean Elgar | st. Niroshan Dickwella b Dilruwan Perera | 4 | 12 | |||
Aiden Markram | st. Niroshan Dickwella b Rangana Herath | 19 | 46 | |||
Hashim Amla | c Dananjaya De Silva b Dilruwan Perera | 0 | 2 | |||
Temba Bavuma | c Dananjaya De Silva b Dilruwan Perera | 2 | 17 | |||
Faf du Flessis | c Anjelo Mathews b Rangana Herath | 1 | 3 | |||
Quinton de Kock | lbw by Dilruwan Perera | 10 | 9 | |||
Vernon Philander | not out | 22 | 38 | |||
KA Maharaj | c Lakshan Sandakan b Dilruwan Perera | 9 | 9 | |||
Kagiso Rabada | b Dilruwan Perera | 0 | 10 | |||
Dale Steyn | c & b Rangana Herath | 2 | 6 | |||
Tabraiz Shamsi | lbw by Lakshan Sandakan | 2 | 21 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
R. Herath | 14 | 4 | 38 | 3 | 2.71 |
Dilruwan Perera | 14 | 4 | 32 | 6 | 2.29 |
L.Sandakan | 0.5 | 0 | 1 | 1 | 2.00 |