Sri Lanka were poor in their first innings against England after managing just 236 runs. Pakistan on the other hand ended Day 1 with a score of 156/4 after rain played spoilsport in the opening hours of the game. Coming to Indian football, East Bengal were knocked out in the quarter finals of the Durand Cup, meaning, there is no chance of a Kolkata Derby in the tournament. Furthermore, the D Day has arrived when the PSC is slated to publish their final ruling about the Anwar Ali saga.
Follow all Latest Live Updates
NcPosts.start({
channelId: 51468 ,
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/sports-news-live-updates/”,
“headline”: “Sports News Live Updates”,
“description”: “Sports News Live Updates: Sri Lanka in tatters after Day 1, Pakistan aim to ride the ride after rocky start, PSC meeting in Anwar Ali saga”,
“about”: {
“@type”: “Event”,
“location”: {
“@type”: “VirtualLocation”,
“url”: “https://www.insidesport.in/cricket/sports-news-live-updates/”
},
“startDate”: “2024-08-22T08:00:00+05:30”,
“endDate”: “2024-08-22T23:59:00+05:30”,
“name”: “Sports News Live Updates”,
“description”: “Sports News Live Updates live coverage.”,
“organizer”: {
“@type”: “Organization”,
“name”: “Insidesport”,
“url”: “https://www.insidesport.in/”
},
“eventAttendanceMode”: “https://schema.org/OnlineEventAttendanceMode”,
},
“datePublished”: “2024-08-22T07:59:19Z”,
“coverageStartTime”: “2024-08-22T08:00:00+05:30”,
“coverageEndTime”: “2024-08-22T23:59: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”,
51468);
The post Sports News Live Updates appeared first on Inside Sport India.