Sri Lanka U19 extended their unbeaten streak at the Asia Cup today as they eliminated the defending U19 Asian Champs Afghanistan with a 31-run win in the Semifinal played at the Shere Bangla National Stadium in Mirpur Dhaka.
Sri Lanka U19 cruise to semis as table toppers
Sri Lanka U19 continued their winning streak in the 5 th…
The unchanged Sri Lanka U19 XI were inserted to bat first after Afghan skipper Rahmanullah Gurbaz won the toss. The start for Sri Lanka was not the start any team would want in a Semifinal.
Sri Lanka lost both their openers with zero runs on the board in the first 2 overs as Afghan opening bowlers Azmatullah Omarzai and Abdul Rahman managed to start with two maidens.
Sri Lanka’s number 3 batsman Kamil Mishara was then dismissed in the 8th over after he hit 2 boundaries in his 27-ball innings to send Sri Lanka reeling on 3/16.
Read: Sri Lanka U19s start Asia Cup campaign in style
Making an interesting tactical move, lower order batsman Kalhara Senaratne was sent at 5 to partner the in-form Nuwanidu Fernando. Justifying Head Coach Hashan Tillakaratne’s decision, Senaratne played a gem of an innings, facing 30 deliveries and more importantly helping Nuwanidu to keep the scoreboard ticking.
This move helped Nuwanidu settle himself at the crease and once Senaratne was dismissed, bowling all-rounder Kalana Perera was sent ahead of more recognized batsmen Captain Nipun Dananjaya and Pasindu Sooriyabandara.
This time the partnership was 57 as Kalana Perera scored a 39-ball 22, setting the stage for Dananjaya and Sooriyabandara to finish off the innings. Nuwanidu went on to score a brilliant century as he showcased so much promise performing at the biggest stage under pressure. Nuwanidu’s 129-ball 111 comprised of 8 boundaries and 3 sixes.
Sri Lanka finished their innings on 209/7 as they batted through their allotted 50 overs with the help of skipper Dananjaya’s 27 and Sooriyabandara’s unbeaten 19.
For Afghanistan Abdul Rahman was the pick of the bowlers as he ended with impressive figures of 3 for 42 in 9 overs.
With just 210 runs to chase, Afghanistan started off decently as they went wicket-less in the first 10 overs, before Sri Lanka’s spin quartet started their dominance.
Right arm off spinner Kalhara Senaratne, after his supportive effort with the bat, made the first breakthrough for Sri Lanka with the ball as well. But Baseer Khan and Skipper Rahmanullah Gurbaz out on 49 runs for the 2nd wicket getting the Afghans closer to the required target.
Read Also: Shashika Dulshan’s five-fer script Hong Kong thrashing
The left arm spinner Shashika Dulshan then got into the act as he dismissed the Afghan skipper for 46. He soon struck by taking the wicket of Baseer Khan before Arif Khan ran himself out. Qais Ahmad was not allowed to trouble the scorers as Senaratne trapped him right in front of the wickets.
When the Afghans were slowly rebuilding their innings after back to back blows, they once again faced the exact fate as Navod Paranavithana and Dunith Wellalage took two wickets in the two overs to leave Afghanistan struggling at 7/140.
Navod Paranavithana struck once again before Ijaz and Abdul Rahman added a threatening 25 runs to delay Sri Lanka’s march to the final. Shashika Dulshan then starred for Sri Lanka with two quick wickets as they registered a thrilling 31-run win. Dulshan ended with match-winning figures of 4/24 with 3 maiden overs.
Sri Lanka will now meet India U19 in the finals this Sunday at the same venue.
// 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 U19
209/7
(50 overs)
Result
Afghanistan U19
178/10
(48.3 overs)
SL U19 won by 31 runs
Sri Lanka U19’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Navod Paranavithana | c Rahmanullah b Azmatullah | 0 | 4 | |||
Nishan Madushka | c M Ishaq b A Rahman | 0 | 5 | |||
Kamil Mishara | c Rahmanullah b A Rahman | 12 | 27 | |||
Nuwanidu Fernando | c R Hussan b A Rahman | 113 | 129 | |||
Kalhara Senarathne | lbw by Q Ahmad | 6 | 30 | |||
Kalana Perera | lbw by A Mohammadi | 22 | 39 | |||
Nipun Dananjaya | c Rahmanullah b Samiullah | 27 | 41 | |||
Pasindu Sooriyabandara | not out | 17 | 25 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Azmattullah Omarzai | 9 | 1 | 30 | 1 | 3.33 |
Abdul Rahman | 9 | 2 | 42 | 3 | 4.67 |
Arif Khan | 5 | 0 | 24 | 0 | 4.80 |
Qais Ahmed | 10 | 0 | 31 | 1 | 3.10 |
Samiullah | 9 | 0 | 48 | 1 | 5.33 |
Riaz Hussan | 3 | 0 | 10 | 0 | 3.33 |
Abid Mohammadi | 5 | 0 | 22 | 1 | 4.40 |
Afghanistan U19’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Riaz Hussan | c N Madushka b K Senarathne | 15 | 44 | |||
Rahmanullah Gurbaz | c D Wellalage b S Dulshan | 46 | 70 | |||
Baseer Khan | c N Paranavithana b S Dulshan | 27 | 51 | |||
Arif Khan | (runout) K Mishara | 20 | 24 | |||
Qais Ahmad | lbw by K Senarathne | 0 | 6 | |||
Ijaz Ahmad | c N Fernando b S Dulshan | 37 | 49 | |||
Azmatullah Omarzai | c K Senarathne b N Paranavithana | 10 | 20 | |||
Abid Mohammadi | c K Senarathne b D Wellalage | 0 | 5 | |||
Mohammad Ishaq | c N Dananjaya b N Paranavithana | 2 | 4 | |||
Abdul Rahman | c K Perera b S Dulshan | 11 | 18 | |||
Samiullah | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kalana Perera | 9 | 1 | 25 | 0 | 2.78 |
Nipun Malinga | 5 | 0 | 20 | 0 | 4.00 |
Kalhara Senarathne | 10 | 0 | 41 | 2 | 4.10 |
Shashika Dulshan | 9.3 | 3 | 24 | 4 | 2.58 |
Dulith Wellalage | 10 | 0 | 49 | 1 | 4.90 |
Navod Paranavithana | 5 | 1 | 17 | 2 | 3.40 |