ADVERTISEMENT

Arsenal fails in Premier League summit bid as Spurs lose thriller

Published Dec 29, 2023 02:46 am

At A Glance

  • Arsenal missed out on the chance to return to the Premier League summit on Thursday, Dec. 28, losing 2-0 to West Ham as Tottenham went down in a six-goal thriller at Brighton.

LONDON  (AFP) -- Arsenal missed out on the chance to return to the Premier League summit on Thursday, Dec. 28, losing 2-0 to West Ham as Tottenham went down in a six-goal thriller at Brighton.

34989KH-highres.jpg
West Ham United's Czech midfielder Tomas Soucek celebrates after scoring his team first goal during the English Premier League football match between Arsenal and West Ham United at the Emirates Stadium in London on Thursday, Dec. 28. (AFP)

Mikel Arteta's Gunners were top of the tree at Christmas for a second successive year but trail leaders Liverpool by two points at the halfway point of the season.

Last year's runners-up dominated possession at the Emirates but lacked a cutting edge against the disciplined visitors, for whom Tomas Soucek and former Arsenal player Konstantinos Mavropanos scored the goals.

Soucek opened the scoring from close range in the 13th minute following a pass from Jarrod Bowen, with the goal confirmed after a lengthy VAR check looking into whether the ball had gone out of play.

Arsenal surged forward in relentless waves and West Ham goalkeeper Alphonse Areola made a fine reaction save from a Bukayo Saka header on the half-hour.

The England winger hit the post from a tight angle as the clock ticked down towards half-time but Arsenal trailed at the break despite enjoying nearly three-quarters of possession.

The Gunners came out determined to find a response but instead they found themselves 2-0 down when Mavropanos's bullet header cannoned in off the crossbar from James Ward-Prowse's corner.

Gabriel Jesus failed to beat Areola with a header when well-placed and shortly afterwards missed another glorious opportunity with his head at the back post.

Arsenal continued to bombard the visitors' goal but could not find a breakthrough and it could have been worse had Said Benrahma managed to convert a late penalty.

Defeat leaves the Gunners in second place on 40 points, one clear of Aston Villa and three ahead of Manchester City, who have a game in hand.

Arteta said his team deserved more for their dominance.

"We want to be at the top and today we are very, very disappointed," he told the BBC.

"We had so much dominance in the game. We are in a really good position. Today is a disappointing night. We have to pick ourselves up for a big game against Fulham."

He added: "The players put an enormous effort in. It's a difficult dressing room right now but we have another game in 72 hours. This is football, we have to improve in certain areas."

West Ham manager David Moyes celebrated his team's rise to sixth in the table.

"We are not one of the top teams," he told Amazon Prime. "We are trying to get up and grow the team. For West Ham to be in Europe (they topped their Europa League group) is a great period."

 

Spurs drama

 

Tottenham, this season's early pacesetters, remain in fifth spot after losing 4-2 despite threatening an astonishing comeback from 4-0 down against Roberto De Zerbi's Brighton.

Jack Hinshelwood finished with brutal power to put the home side ahead following a weaving run from Joao Pedro along the edge of the penalty area.

Brighton doubled their lead from the penalty spot in the 23rd minute through Pedro, who took full advantage after Dejan Kulusevski was penalized for a pull on Welbeck.

Brazil forward Richarlison twice had the ball in the net after the break but both times he was ruled offside.

Pervis Estupinan stretched the lead with a thunderbolt from 30 yards in the 63rd minute and Pedro scored a second penalty 12 minutes later.

Alejo Veliz grabbed what appeared to be a consolation goal in the 81st minute but it galvanized the visitors.

Ben Davies headed home Pedro Porro's deep cross as Spurs threatened to cut through every time they poured forward, with Pierre-Emile Hojbjerg hitting the post during nine frantic minutes of stoppage time.

But Brighton withstood the intense pressure to take all three points.

"I am really lucky to be this coach of this team with these players," De Zerbi told the BBC. "I am very pleased with the passion they have, they have everything.

"You can't forget we are Brighton. Sometimes they forget we are Brighton. We are not Manchester United, Manchester City, Newcastle or Arsenal, we are still Brighton."

Related Tags

west ham Premier League Tottenham Hotspur
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.