SPORTS

Afghanistan vs Australia, Champions Trophy LIVE score: AFG lose quick wickets, lose initiative

Afghanistan vs Australia LIVE Score: After winning the toss, Afghanistan faced an early setback, as Rahmanullah Gurbaz was dismissed for a duck. But then Atal and Ibrahim Zadran combined well to stitch a partnership. After a 50-run partnership, Zadran was out for 22. Despite losing regular wickets, Sediq Atal scored his 50 and took Afghanistan in a decent position. Unfortunately, he was out for 85.

The stage is set for an exciting clash as Afghanistan take on Australia at Lahore in the ICC Champions Trophy. The Pathans shocked everyone after beating England the other day. But now it is a do-or-die clash for Afghanistan who are seeking a spot in the semis. On the other hand, Australia will be targeting their second win of the tournament.

Afghanistan vs Australia LIVE

NcPosts.start({
channelId: 60529 ,
tenantKey : “insidesport”,
container: document.getElementById(“master-container”),
extensionContainer: window.NcLiveCenterExtensions,
showMoreElement: document.getElementById(“lc-load-more”),
baseUrl: “https://livecenter.norkon.net/”,
wsBaseUrl: “wss://livecenterws.norkon.net/”,
});

const getArticles = async (tenantKey, channelId) => {
var articlesRes = await fetch(`https://api.livecenter.com/api/v2/metadata/${tenantKey}/${channelId}/posts`).then(res => res.json());
if (!articlesRes || articlesRes.success === false) {
return [];
}
return articlesRes.result;
}

const setJsonContent = async (id, tenantKey, channelId) => {
const jsonDomEl = document.getElementById(id);
const ldData = document.createElement(‘script’);
ldData.type=”application/ld+json”;
const articles = await getArticles(tenantKey, channelId);
const lastPost = articles.pop();

ldData.textContent = JSON.stringify({
“@context”: “https://schema.org”,
“@type”: “LiveBlogPosting”,
“@id”: “https://www.insidesport.in/cricket/champions-trophy-2025-live-match-scorecard-afghanistan-vs-australia-match-updates-lahore/”,
“headline”: “Afghanistan vs Australia, Champions Trophy LIVE score: AFG lose quick wickets, lose initiative”,
“description”: “Check all the Live action of Afghanistan vs Australia in the ICC Champions Trophy”,
“about”: {
“@type”: “Event”,
“location”: {
“@type”: “VirtualLocation”,
“url”: “https://www.insidesport.in/cricket/champions-trophy-2025-live-match-scorecard-afghanistan-vs-australia-match-updates-lahore/”
},
“startDate”: “2025-02-28T14:15:00+05:30”,
“endDate”: “2025-02-28T23:53:00+05:30”,
“name”: “Afghanistan vs Australia, Champions Trophy LIVE score: AFG lose quick wickets, lose initiative”,
“description”: “Afghanistan vs Australia, Champions Trophy LIVE score: AFG lose quick wickets, lose initiative live coverage.”,
“organizer”: {
“@type”: “Organization”,
“name”: “Insidesport”,
“url”: “https://www.insidesport.in/”
},
“eventAttendanceMode”: “https://schema.org/OnlineEventAttendanceMode”,
},
“datePublished”: “2025-02-28T17:01:13Z”,
“coverageStartTime”: “2025-02-28T14:15:00+05:30”,
“coverageEndTime”: “2025-02-28T23:53:00+05:30”,
“liveBlogUpdate”: […articles.map(a => ({
“@type”: “BlogPosting”,
“headline”: a.headline,
“datePublished”: a.datePublished,
“articleBody”: a.articleBody
}))],
“dateModified”: lastPost.datePublished
}, null, 2);

jsonDomEl.append(ldData);
}

setJsonContent(
“master-container”,
“insidesport”,
60529);

Afghanistan Playing XI

Australia Playing XI

The post Afghanistan vs Australia, Champions Trophy LIVE score: AFG lose quick wickets, lose initiative appeared first on Inside Sport India.


Source link

Related Articles

Back to top button