91³Ô¹ÏÍø

Watch CBS News

Ohtani skips batting for first time since 2021, Ks 10 in six innings as Dodgers top Mets 8-2

Shohei Ohtani pitched one-run ball over six innings and struck out 10 in which he did not also bat since 2021, and the Los Angeles Dodgers routed the Mets 8-2 Wednesday night, sending New York to its seventh straight defeat.

Dalton Rushing, who replaced Ohtani as designated hitter, hit his first career grand slam off Mets closer Devin Williams in the eighth. Kyle Tucker added a two-out solo shot — his first at home as a Dodger — off Austin Warren, making it 8-1.

Ohtani (2-0) had tossed 33 consecutive innings without an earned run before MJ Melendez's RBI double in the fifth trimmed New York's deficit to 2-1. It was his first earned run allowed since Aug. 27 against Cincinnati.

Ohtani wasn't in the batting lineup during a mound start for the first time since May 28, 2021, with the Los Angeles Angels. Manager Dave Roberts said it was because Ohtani was still sore after getting hit in the back of his right shoulder by Mets pitcher David Peterson on Monday.

Ohtani's strikeouts were a season high by a Dodgers pitcher. He twice fanned Francisco Lindor in a battle of All-Stars. The second time, Lindor laughed as Ohtani blew a 99 mph fastball past him on his 11th and last pitch to end the third. Ohtani smiled wryly.

Ohtani walked two on 95 pitches, 63 for strikes. He struck out the side in the sixth to end his outing. Ohtani had 22 swing and misses, his most with the Dodgers.

The Dodgers (14-4) swept the Mets at home for the first time since June 19-22, 2017. Along with sweeps of Arizona and Washington, the Dodgers are 9-0 against National League opponents this season.

The Dodgers led 2-0 on Hyeseong Kim's two-run homer off Mets starter Clay Holmes (2-2) in the second. Teoscar Hernández added an opposite field solo shot leading off the sixth against reliever Tobias Myers.

The Mets managed five hits playing their 11th game without injured slugger Juan Soto (calf). They were outscored 14-4 in the series.

Melendez was the only Met with any success against Ohtani, going 2-for-2 with a pair of doubles after being called up from Triple-A Wednesday.

The Dodgers improved to 18-4 on Jackie Robinson Day — best mark in the majors — since MLB first declared a special day in 2004 for the player who broke baseball's color barrier in 1947 with Brooklyn.

Up next

Mets RHP Kodai Senga (0-2, 7.07 ERA) starts Friday against Chicago Cubs RHP Edward Cabrera (1-0, 1.62). Also Friday, Dodgers RHP Tyler Glasnow (1-0, 4.00) starts at Colorado against Rockies RHP Tomoyuki Sugano (1-0, 2.16).

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });