ADVERTISEMENT

Walker, Marte homer power D-backs over Dodgers for 1st series win at Dodger Stadium since 2018

Published May 23, 2024 06:37 am

At A Glance

  • Ryne Nelson threw five shutout innings, Christian Walker and Ketel Marte homered and the Arizona Diamondbacks beat the Los Angeles Dodgers 6-0 on Wednesday night, May 22, to win a series at Dodger Stadium for the first time since 2018.

LOS ANGELES (AP) — Ryne Nelson threw five shutout innings, Christian Walker and Ketel Marte homered and the Arizona Diamondbacks beat the Los Angeles Dodgers 6-0 on Wednesday night, May 22, to win a series at Dodger Stadium for the first time since 2018.

AP24143142701448.jpg
Arizona Diamondbacks' Christian Walker (AP Photo/Marcio Jose Sanchez)

“We know how good we can play,” Nelson said. “If we go out there and bring our game, then these are the kind of results that we’ll get.”

The Diamondbacks took the final two games from the NL West-leading Dodgers, who were outscored 17-9 in the three-game set and dropped two in a row for just the second time since April 21. They were shut out for the third time this season, all in series finales.

“You got the team that’s racing ahead in the NL West and we win two of three. Yeah, we should feel good about it, but we can’t take things for granted,” Diamondbacks manager Torey Luvollo said. “We did a lot right — we executed, we were focused and that’s why we won games.”

Nelson (3-3) took over from opener Brandon Hughes and allowed five hits, struck out five and walked three.

The Dodgers’ power trio of Mookie Betts, Shohei Ohtani and Freddie Freeman were a combined 2 of 11 with three strikeouts.

“We just got to flush this series,” Dodgers manager Dave Roberts said.

Gabriel Moreno walked and Kevin Newman singled before Corbin Carroll’s two-strike triple to right off Tyler Glasnow (6-3) in the fifth. Carroll scored on Glasnow’s wild pitch — his eighth of the season — that bounced in front of the plate, off the left shoulder of catcher Will Smith and down the third-base line, giving Arizona a 3-0 lead.

Carroll made a stellar leaping catch of Betts at the wall in center to open the bottom of the first.

“My mom just sent me a video that they got me eating seeds (on the play), so I thought that was kind of funny,” he said. “You don’t want them to get momentum early, get the stadium involved.”

Glasnow had his first balk since 2018 in the third. The right-hander gave up three runs and four hits in five innings. He struck out six and walked one.

Walker greeted Dodgers reliever Elieser Hernández with a shot that traveled halfway up the left-field pavilion leading off the sixth, his 22nd career homer against the Dodgers. The first baseman had a solo shot in a 7-3 win Tuesday.

Marte singled in the first and homered off the left-field foul pole in the eighth, extending Arizona’s lead to 5-0 and his personal hitting streak to 21 games, the longest in the majors this season.

“He’s locked in and he’s wanting to show people how good of a player he is,” Luvollo said. “He continues to prove it to us every single day. The home run was just a pure swing. Really nice day for him.”

Walker doubled and scored from third on a passed ball by Smith.

The D-backs last won a series in Los Angeles on April 13-15, 2018. It was their first shutout win here since April 2017.

The Dodgers left at least one runner on through the first six innings of their 13th game in as many days. They had six hits and were 0 for 8 with runners in scoring position.

Related Tags

MLB Los Angeles Dodgers
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.