Sri Lanka lost 3 late wickets in the final hour of play on day 1 of the 2nd Test against South Africa at St George’s Park, Port Elizabeth, as South Africa snuck ahead having made 222 in their 1st innings.
South Africa would have been disappointed with their performance with the bat, after winning the toss and opting to take first lease of the wicket, as they only managed 222, in just over 61 overs. It certainly wasn’t pretty cricket by Sri Lankan openers Dimuth Karunaratne and Lahiru Thirimanne in reply, to start things off for the visitors, yet the pair battled through to frustrate the hosts’ bowlers and wear off the new ball, putting on 25 for the 1st wicket.
Sri Lanka had a bit of luck with the ball flying through the slips on more than a couple of occasions but the Proteas had their way at the end of the day, as Karunaratne was caught well by Quinton de Kock off the bowling of Kagiso Rabada and Oshada Fernando chopped on a few overs later, beaten for pace by Duanne Olivier. Kusal Mendis drove beautifully off the back foot, reigniting the hope that he may be getting back into form, but Olivier had the better of him too, moving the ball away to have him caught behind. Kasun Rajitha came out as night-watchman and survived the 1 ball he faced.
Earlier in the day, Sri Lanka got off to a perfect start via left-armer Vishwa Fernando once again, as he bowled Dean Elgar through the gap between bat and pad; Elgar just hung the bat out with little foot movement as the ball jagged back to rattle his stumps. No sooner had Hashim Amla taken his guard, he was castled as well, as a full delivery from Fernando snuck through his defenses.
Temba Bavuma survived the hat-trick delivery, however, he was caught short of his crease by Kasun Rajitha in the next over to leave South Africa crumbling at 15/3 – a similar situation to what they had faced in the 1st innings of the 1st Test. Markram hit the ball straight to the man at mid-on but Bavuma seemed to think the ball had gotten through the in-field and took off. By the time he turned back, Rajitha had picked up the ball and hit the stumps.
Photo Album : Sri Lanka vs South Africa 2nd Test 2019 | Day 1
Aiden Markram and Protea Skipper Faf Du Plessis rebuilt the hosts’ innings, with a 58-run partnership for the 4th wicket. It looked like the pair would carry South Africa through to lunch, with some indiscipline creeping into the Lankan bowling, but Karunaratne brought himself on and then snuck through his opposite number’s drive with a full delivery to give Sri Lanka their 4th. Du Plessis had been dismissed in the over before lunch in the 1st Test as well.
Markram looked like a man on a mission and de Kock just continued from where he left off in the 1st Test. That was before Kasun Rajitha got into his groove, nailing the back-of-a-length deliveries consistently and he had his reward when Markram missed a straight one and was given out LBW. Debutant Wiaan Mulder looked good but didn’t last long, falling to the same fate as Markram and Keshav Maharaj soon followed.
South Africa were in real danger of being dismissed for less than 200, now stuttering on 157/7, thanks to an excellent spell of bowling from Rajitha. Kusal Mendis dropped a tough chance off Suranga Lakmal when de Kock was on 37 and the wicketkeeper made Sri Lanka pay, going on to register his 3rd 50+ score in as many innings this series.
Rabada stuck around for support while Sri Lanka dropped two more catches, one which may have cost the visitors their only frontline spinner, Lasith Embuldeniya, who was struck on the thumb and left the field.
Dhananjaya De Silva stepped in to bag 2 more wickets, including the crucial one of de Kock as South Africa’s innings was curtailed to 222.
Sri Lanka still trail by 162 but will feel that they are still in the game and in with a chance of getting a first innings lead, with 7 wickets and ‘superman’ Kusal Perera still to bat.
// 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
222/10 & 128/10
(44.3 overs)
Result
Sri Lanka
154/10 & 197/2
(45.4 overs)
SL won by 8 wickets
South Africa’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dean Elgar | b V Fernando | 6 | 13 | |||
Aiden Markram | lbw by K Rajitha | 60 | 116 | |||
Hashim Amla | b V Fernando | 0 | 1 | |||
Temba Bavuma | (runout) K Rajitha | 0 | 2 | |||
Faf du Plessis | b D Karunarathne | 25 | 60 | |||
Quinton de Kock | b D De Silva | 86 | 87 | |||
Wiaan Mulder | lbw by K Rajitha | 9 | 9 | |||
Keshav Maharaj | c N Dickwella b K Rajitha | 0 | 5 | |||
Kagiso Rabada | c N Dickwella b D De Silva | 22 | 65 | |||
Dale Steyn | not out | 3 | 11 | |||
Dane Olivier | c N Dickwella b V Fernando | 0 | 3 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 13 | 2 | 33 | 0 | 2.54 |
Vishwa Fernando | 18.2 | 2 | 62 | 3 | 3.41 |
Kasun Rajitha | 15 | 2 | 67 | 3 | 4.47 |
Lasith Embuldeniya | 5.3 | 0 | 26 | 0 | 4.91 |
Dimuth Karunarathne | 4.3 | 1 | 12 | 1 | 2.79 |
Dhananjaya de Silva | 5 | 0 | 15 | 2 | 3.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c de Kock b K Rabada | 17 | 42 | |||
Lahiru Thirimanne | c & b D Olivier | 29 | 63 | |||
Oshada Fernando | b D Olivier | 0 | 9 | |||
Kusal Mendis | c de Kock b D Olivier | 16 | 15 | |||
Kasun Rajitha | b K Rabada | 1 | 10 | |||
Kusal Janith | c de Kock b K Rabada | 20 | 15 | |||
Dhananjaya de Silva | c de Kock b W Mulder | 19 | 24 | |||
Niroshan Dickwella | c D Elgar b K Rabada | 42 | 36 | |||
Suranga Lakmal | lbw by K Maharaj | 7 | 14 | |||
Vishwa Fernando | not out | 0 | 0 | |||
Lasith Embuldeniya | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dale Steyn | 10 | 2 | 39 | 0 | 3.90 |
Kagiso Rabada | 12.4 | 3 | 38 | 4 | 3.06 |
Dane Olivier | 10 | 1 | 61 | 3 | 6.10 |
Wiaan Mulder | 3 | 2 | 6 | 1 | 2.00 |
Keshav Maharaj | 2 | 0 | 9 | 1 | 4.50 |
South Africa’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Aiden Markram | c O Fernando b K Rajitha | 18 | 27 | |||
Dean Elgar | c N Dickwella b V Fernando | 2 | 17 | |||
Hashim Amla | c K Mendis b D De Silva | 32 | 72 | |||
Temba Bavuma | c N Dickwella b K Rajitha | 6 | 25 | |||
Faf du Plessis | not out | 50 | 70 | |||
Quinton de Kock | c & b S Lakmal | 1 | 7 | |||
Wiaan Mulder | c K Mendis b D De Silva | 5 | 8 | |||
Keshav Maharaj | lbw by S Lakmal | 6 | 17 | |||
Kagiso Rabada | c K Mendis b S Lakmal | 0 | 8 | |||
Dale Steyn | c L Thirimanne b D De Silva | 0 | 4 | |||
Dane Olivier | lbw by S Lakmal | 6 | 13 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 16.3 | 3 | 39 | 4 | 2.39 |
Vishwa Fernando | 10 | 1 | 32 | 1 | 3.20 |
Kasun Rajitha | 7 | 1 | 20 | 2 | 2.86 |
Dhananjaya de Silva | 11 | 1 | 36 | 3 | 3.27 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c de Kock b D Olivier | 19 | 31 | |||
Lahiru Thirimanne | c de Kock b K Rabada | 10 | 27 | |||
Oshada Fernando | not out | 75 | 106 | |||
Kusal Mendis | not out | 84 | 110 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dale Steyn | 8 | 0 | 38 | 0 | 4.75 |
Kagiso Rabada | 15 | 2 | 53 | 1 | 3.53 |
Dane Olivier | 12 | 2 | 46 | 1 | 3.83 |
Wiaan Mulder | 4 | 1 | 6 | 0 | 1.50 |
Keshav Maharaj | 6.4 | 0 | 45 | 0 | 7.03 |