ADVERTISEMENT

Australia beats France in penalty thriller to reach World Cup semifinals

Published Aug 12, 2023 10:48 am

At A Glance

  • BRISBANE, Australia (AFP)--Co-hosts Australia beat France 7-6 in a thrilling penalty shoot-out to reach the semi-finals of the Women's World Cup for the first time in their history on a night of drama in Brisbane on Saturday.

BRISBANE, Australia (AFP)--Co-hosts Australia beat France 7-6 in a thrilling penalty shoot-out to reach the semi-finals of the Women's World Cup for the first time in their history on a night of drama in Brisbane on Saturday.

33R476F-highres.jpg
Australia's players celebrate their victory during the Australia and New Zealand 2023 Women's World Cup quarterfinal football match between Australia and France at Brisbane Stadium in Brisbane on Saturday, Aug. 12. (AFP)

Australia now go to Sydney on Wednesday to face the winners of the final last-eight tie between England and Colombia.

Cortnee Vine scored the winning penalty to end a remarkable shoot-out that saw both teams take 10 spot-kicks, the quarter-final having ended 0-0 after 120 nerve-shredding minutes.

Vine held her nerve to send the crowd into raptures and keep the Matildas' dream of winning the World Cup on home soil alive.

Australia goalkeeper Mackenzie Arnold missed a chance to win the shoot-out when her kick hit the post, but then saved twice from Kenza Dali after the VAR spotted she had both feet off her line the first time.

Vicki Becho missed France's 10th penalty, and it was left to Vine to take Australia through by beating France's substitute goalkeeper Solene Durand, who had been sent on especially for the shoot-out.

It was an agonising way for France to go out after a tense encounter watched by a sell-out crowd of 49,461.

Les Bleues had been hoping to get to the semi-finals for just the second time, following their defeat in the last four in 2011, but instead go home.

Australia's victory was achieved despite Sam Kerr again being left on the bench at kick-off, with the talismanic Matildas captain, now fit after a calf injury, coming on early in the second half and going on to convert her penalty in the shoot-out.

- Kerr comes off bench -

Matildas coach Tony Gustavsson stuck with the same team that started against Denmark in the last 16, while France brought the fit-again Maelle Lakrar back into their defence.

Lakrar really should have given France an early lead to silence the hostile crowd, but the 23-year-old somehow succeeded in diverting an Eugenie Le Sommer shot over the bar with the goal gaping.

That was a let-off for the hosts, who were then grateful to Arnold for tipping a Le Sommer effort behind and for stopping a stinging Lakrar attempt following a corner.

It looked like the occasion was getting to Australia, but they began to threaten in the final minutes of the first half.

They were desperately unlucky not to go ahead in the 41st minute when French defensive hesitancy allowed Emily van Egmond to tee up Mary Fowler for what seemed like a certain goal.

But Elisa De Almeida, shifted out to right-back for this game, raced in to produce a miraculous block with her thigh.

French goalkeeper Pauline Peyraud-Magnin then had to come out to clear in front of Fowler, as it somehow remained goalless at the interval.

Kerr emerged 10 minutes into the second half, replacing Van Egmond to the delight of the crowd, and her introduction provided such a lift that Australia very nearly went ahead moments later.

Hayley Raso tried her luck with a rasping drive from outside the box, but Peyraud-Magnin saved and the Juventus goalkeeper topped that with a brilliant block to deny Fowler from point-blank range on the hour mark.

That appeared to pierce some of Australia's momentum, and the tension increased as the clock ticked down, making extra time almost an inevitability.

France thought they had the breakthrough 10 minutes into the extra period when Ellie Carpenter turned the ball into her own net, but Australia were rescued when the Chilean referee blew for a foul.

Arnold saved superbly from Becho, before France replaced Peyraud-Magnin with Durand as penalties loomed.

Durand is their spot-kick saving specialist and denied both Steph Catley and Clare Hunt in the shoot-out, but it was not enough for France.

Related Tags

FIFA Women’s World Cup
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.