ADVERTISEMENT

Rapinoe calls World Cup exit 'sick joke' and 'dark comedy'

Published Aug 7, 2023 05:54 am

At A Glance

  • Megan Rapinoe called it "a sick joke" after missing her penalty in the shootout in her farewell Women's World Cup as holders United States was turfed out in the last 16 by Sweden on Sunday, Aug. 6.

MELBOURNE (AFP) -- Megan Rapinoe called it "a sick joke" after missing her penalty in the shootout in her farewell Women's World Cup as holders United States was turfed out in the last 16 by Sweden on Sunday, Aug. 6.

33QN3BM-highres.jpg
USA's forward Megan Rapinoe reacts after failing to score in the penalty shoot-out during the Australia and New Zealand 2023 Women's World Cup round of 16 football match between Sweden and USA at Melbourne Rectangular Stadium in Melbourne on Sunday, Aug. 6. (AFP)

 

The Americans were searching for an unprecedented third straight World Cup title but instead are heading home after a night of drama in Melbourne.

Rapinoe, the 38-year-old who is retiring from football at the end of the season, came off the bench and then missed a penalty as Sweden won 5-4.

For so long the face of women's football at home and abroad, she was close to tears in her post-match interview with Fox Sports.

"I mean, this is like a sick joke. For me personally, this is dark comedy. I missed a penalty," she said.

"This is the balance to the beautiful side of the game. I think it can be cruel and just not our day," she said.

Forward Alex Morgan, like Rapinoe part of the teams which won the titles in 2015 and 2019, was also crushed.

"Just devastated. Feels like a bad dream and I don't know, the team put everything out there tonight. I feel like we dominated, but it doesn't matter," she said.

"On the day we're going home, it's the highs and lows of the sport of soccer it's just, it doesn't feel great... it's a tough one to swallow," she said.

Morgan, 34, was uncertain about her future with the team.

"I don't know, I was so focused on the World Cup that I don't know, I'm just ready to get back to San Diego, get back to work, go from there," she said.

United States coach Vlatko Andonovski, who had been under pressure after a series of underwhelming performances in Australia and New Zealand, said his team deserved to win.

"I'm very proud of them and devastated for them that we have to go out the way that we did. I thought we deserved to win this game, I thought we created enough to win this game," he said.

"We put up a fight, we represented this country proudly and showed what we stand for and did everything right."

 

'You inspired us'

 

Lina Hurtig squeezed home the winning spot-kick for Sweden after Zecira Musovic pulled off an incredible 11 saves during the game to keep them in contention.

US skipper Lindsey Horan said it was a cruel way to end the tournament.

"Penalties, to be frank, they suck. They're cruel, I've gone through too many in my career, and I'm proud of every player who stepped up to take one today," she said.

It was always going to be hard for Andonovski to fill the shoes of Jill Ellis, who led the team to back-to-back World Cup triumphs.

But he did not want to dwell on what his future holds.

"I thought we had a great game plan, great strategy. We executed the game plan, we had the right personnel on the field to do that and if I had the chance all over again I'd probably do the same," he said.

The willingness of Rapinoe and other US players to express their political views, along with their successful campaign for equal pay with the men's team, has earned them support from some politicians on the left and opposition from others on the right.

Back home, First Lady Jill Biden hailed the team.

"You made this sport matter. Today, you inspired us with your grit and determination. We are proud of you," she tweeted.

"Always remember that you encourage women and girls everywhere to show up and fight for their dreams," she wrote.

Related Tags

Megan Rapinoe 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.