91³Ô¹ÏÍø

Watch CBS News

Flyers Forced To Move Forward Without Couturier; Game 2 Tonight

WASHINGTON (CBS/AP) — The Philadelphia Flyers will have to try to mount a comeback against the Washington Capitals without one of their best players.

The Flyers announced Friday that center Sean Couturier will miss the rest of the first round because of an upper-body injury.

Couturier left Game 1 on Thursday favoring his left shoulder after taking a hit from Alex Ovechkin midway through the second period. The Capitals dominated after his departure and won 2-0.

The team said Couturier is expected to be out for two weeks and they will miss his penalty-killing, faceoff abilities and overall defensive prowess against skill-heavy Washington.

"It's huge," Flyers defenseman Shayne Gostisbehere said. "Coots is our defensive anchor out there. He's such a good defensive forward. We're going to miss him, but it's the next guy in line sort of mentality."

The 23-year-old averaged over 18 minutes a game for Philadelphia during the regular season and drew the toughest defensive matchups. He tied a career high with 39 points on 11 goals and 28 assists.

Brayden Schenn will likely slide into the second-line center spot and 21-year-old Scott Laughton who will get into the lineup after being a healthy scratch for nine of the past 11 games. Neither player brings the same all-around game of Couturier, whose departure from Game 1 coincided with the Capitals taking over.

"It probably didn't hurt because I know Sean is a quality hockey player and relied on by the Flyers to be sort of their stopper guy," Washington coach Barry Trotz said. "Couturier's an important part of what they do."

Effort isn't a question and neither is intensity, especially after a physical start to the series that included a big hit by the Capitals' Tom Wilson on Andrew MacDonald and an ensuing fight with Flyers forward Wayne Simmonds. The big question is how Simmonds might respond in Game 2 on Saturday night (7:30 p.m. EDT, CNBC).

"He's the X-factor for them," Wilson said. "I hope I didn't wake him up there. He's obviously going to be coming out in Game 2 flying like the rest of their team. They're going to be champing at the bit to get another crack at us."

(TM and © Copyright 2016 CBS Radio Inc. and its relevant subsidiaries. CBS RADIO and EYE Logo TM and Copyright 2016 CBS Broadcasting Inc. Used under license. All Rights Reserved. This material may not be published, broadcast, rewritten or redistributed. The Associated Press contributed to this report.)

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(); } }); }); }); });