91³Ô¹ÏÍø

Watch CBS News

New documentary explores the history and legacy of baseball's Negro leagues

Paterson, New Jersey — For Black baseball players from the 1920s through the 1940s, the Negro leagues were home.

Notable owners, managers and players who never made it into the history books of Major League Baseball are a major part of a new documentary called "The League," which recounts the dramatic ups and downs of the Negro leagues.

"It's just amazing, the trials and tribulations they had to go through, just to play the game that they loved, baseball," director Sam Pollard told CBS News.

Pollard relied on archival material and accounts from players like the late Hank Aaron. Before being known as the man who broke Babe Ruth's MLB career record for home runs, Aaron played for Negro league teams.

"We got one dollar a day meal money, and we would buy one loaf of bread and we would buy a big jar of peanut butter," Aaron says in the documentary. "That's what we lived off of for three or four days."

The film chronicles the boom times of Black baseball, when legends like Josh Gibson were drawing huge crowds.

"It's probably the best documentary that I've seen so far," Sean Gibson, Josh Gibson's great-grandson, told CBS News.

"He was a single father raising twins, trying to play the game of baseball during a segregation time, and also trying to make a living for his family," Sean Gibson added.

In 1947, Jackie Robinson became the first Black man to integrate the MLB, a move which marked the beginning of the end. The loss of the Negro leagues' biggest stars led to their demise in 1960.

Stadiums like Hinchliffe in Paterson, New Jersey, would eventually fall into disrepair. In May, however, Hinchliffe reopened, serving as a sports comeback story and a symbol of urban renewal.

It was saved by local activists from demolition, undergoing a $100 million renovation. It is one of the last surviving Negro league ballparks, and once again a place of civic pride.

"To know that players like Cool Papa Bell or Satchel Paige or Larry Doby or Monte Irvin played on this field is just such a pleasure," Pollard said.

A field of dreamers who made history, with a legacy bigger than baseball.

"It's important history for Americans to understand," Pollard said.  

"The League" is now available on digital streaming platforms. 

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });