... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
29271 مقال 231 مصدر نشط 38 قناة مباشرة 7221 خبر اليوم
آخر تحديث: منذ ثانية

Italy U21: Azzurrini crush North Macedonia in convincing victory

رياضة
Football Italia
2026/03/26 - 19:12 502 مشاهدة

Italy swept North Macedonia aside 4-0 in their European Under-21 Championship qualifier, including Cher Ndour, Luca Lipani and Jeff Ekhator goals.

The Azzurrini had won five of their six games in the group, losing away to Poland. They lost Marco Palestra and Niccolò Pisilli to the senior squad, with Francesco Camarda injured, but gave Honest Ahanor his first call days after his 18th birthday made him eligible.

It took just a few minutes for the Nazionale to break the deadlock, as Davide Bartesaghi got down the flank and put in a cross for Fiorentina midfielder Cher Ndour’s header.

EMPOLI, ITALY - MARCH 26: Cher Ndour of Italy U21 celebrates after scoring a goal during the UEFA Under 21 EURO Qualifier match between Italy U21 and North Macedonia U21 at Stadio Carlo Castellani on March 26, 2026 in Empoli, Italy. (Photo by Gabriele Maltinti/Getty Images)
EMPOLI – MARCH 26: Cher Ndour of Italy U21 celebrates after scoring a goal during the UEFA Under 21 EURO Qualifier match between Italy U21 and North Macedonia U21 at Stadio Carlo Castellani on March 26, 2026 in Empoli. (Photo by Gabriele Maltinti/Getty Images)

Luca Lipani was unlucky not to add a second on 13 minutes when his angled drive smacked against the inside of the far post on the Luigi Cherubini assist.

Jeff Ekhator’s back-heel flick was crucially deflected from six yards, but Lipani struck the woodwork for a second time with a header off the crossbar.

Italy did double their advantage straight after the restart, as it was third time lucky for Lipani with a shot from outside the area that squirmed into the far bottom corner off the inside of the right boot.

Play had barely resumed when the Nazionale added a third with Ekhator, who turned in at the near post from a Dagasso assist down the right. It might’ve been marginally offside, but with no VAR at this stage, the goal counted.

EMPOLI, ITALY - MARCH 26: Jeff Ekhator of Italy U21 celebrates after scoring the team's third goal with Michael Kayode and Luca Kaleosho during the UEFA Under 21 EURO Qualifier match between Italy U21 and North Macedonia U21 at Stadio Carlo Castellani on March 26, 2026 in Empoli, Italy. (Photo by Gabriele Maltinti/Getty Images)
EMPOLI – MARCH 26: Jeff Ekhator of Italy U21 celebrates after scoring the team’s third goal with Michael Kayode and Luca Kaleosho during the UEFA Under 21 EURO Qualifier match between Italy U21 and North Macedonia U21 at Stadio Carlo Castellani on March 26, 2026 in Empoli. (Photo by Gabriele Maltinti/Getty Images)

Luca Koleosho went on a mazy run before his shot was charged down, while Ndour’s effort was palmed away on the line.

Seydou Fini seemed to be tripped inside the penalty area, but in the absence of VAR, the referee waved play on.

However, another foul on Fini by Hamza was spotted by the officials and a penalty awarded late on, converted by Fini himself.

EMPOLI, ITALY - MARCH 26: Luigi Cherubini of Italy U21 in action during the UEFA Under 21 EURO Qualifier match between Italy U21 and North Macedonia U21 at Stadio Carlo Castellani on March 26, 2026 in Empoli, Italy. (Photo by Gabriele Maltinti/Getty Images)
EMPOLI, ITALY – MARCH 26: Luigi Cherubini of Italy U21 in action during the UEFA Under 21 EURO Qualifier match between Italy U21 and North Macedonia U21 at Stadio Carlo Castellani on March 26, 2026 in Empoli, Italy. (Photo by Gabriele Maltinti/Getty Images)

Italy 4-0 North Macedonia

Ndour 3 (I), Lipani 49 (I), Ekhator 50 (I), Fini pen 86 (I)

Italy U21: Palmisani; Favasuli (Kayode 46), Comuzzo, Chiarodia, Bartesaghi; Ndour, Lipani (Venturino 58), Dagasso; Cherubini (Fini 58), Ekhator (Raimondo 82), Koleosho (Cacciamani 74)

North Macedonia U21: Ljupke; Arizankoski, Meliqi, Djekov, Hamza; Angelov (Latifi 69), Maslarov (Sofijanoski 58); Danev (Stojanov 84), Durakov (Gjorgievski 58), Trajkov, Gashtarov

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 57339; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 57339; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤