[ad_1]
September 24, 2022 in sports features a thrilling 15-game MLB Saturday slate including Albert Pujols‘ Cardinals colliding with Clayton Kershaw‘s Dodgers after The Machine hit his 700th HR. Matt Olson‘s Braves continue their series against Bryce Harper‘s Phillies, Alek Manoah‘s Blue Jays battle Tampa Bay, Framber Valdez‘s Astros take on BAL, and BOS continues its historic rivalry with NYY as Aaron Judge approaches the HR record. NBA teams in preseason games overseas begin training camps, while NFL squads get ready for Week 2 Sunday.
See what happened in sports on this day in recent years:
– September 24, 2021: Cedric Mullins made Orioles history with a 30-30 season, Giants 1st to 100 wins, and more!
– September 24, 2020: Lakers overcame Murray‘s offensive onslaught, Ryan Fitzpatrick‘s perfect TNF, and more!
– September 24, 2019: Nats clinched the playoffs, Ji-Man Choi‘s walk-off to keep playoff hopes alive, and more!
WHAT’S HAPPENING IN SPORTS OVERVIEW: These posts showcase everything you need to see in pro sports all in one place EVERY DAY. This includes real headlines only (no clickbait rumors), all of the best highlights, interesting facts & records from around the NFL, NBA, & MLB, the main games to watch, notable birthdays, and a quick recap of significant events on this day in sports history.
MORE CONTENT WILL BE UPLOADED THROUGHOUT THE DAY
LATEST HEADLINES
function lastupdates(element){
let index = parseInt(document.getElementById(‘last_headlines_button’).getAttribute(‘index’))+1;
let total = document.getElementById(‘last_headlines_button’).getAttribute(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let inner = “”;
let i = start;
fetch(‘https://prosportsoutlook.com/api_data/response_headlines.php?t=1664010054’)
.then(res=>res.json())
.then(res2=>{
for(;i<end;i++){
if(res2[i]){
let dateCr = res2[i].date_create;
let titling = res2[i].url!=''?'‘+res2[i].title+’‘:res2[i].title;
let newDate = moment(dateCr, “YYYY-MM-DD”).format(“MMM DD, YYYY”)
inner+=`
`;
}
}
document.getElementById(‘load_more_last_headlines’).append(stringToHTML(inner));
});
if(index>=total){
document.getElementById(“last_headlines_button”).style.visibility = “hidden”;
}
document.getElementById(‘last_headlines_button’).setAttribute(‘index’,”+parseInt(index)+”);
}
var stringToHTML = function (str) {
var parser = new DOMParser();
var doc = parser.parseFromString(str, ‘text/html’);
return doc.body;
};
[SEE MORE]
BEST HIGHLIGHTS
INSANE CATCH BY PICKENS
That George Pickens kid can ball.#PITvsCLE on Prime Video
Also available on NFL+ https://t.co/uF4okqrMww pic.twitter.com/RTTcNEIT8y— NFL (@NFL) September 23, 2022
Are you serious, George Pickens? What a one-handed grab!#PITvsCLE on Prime Video
Also available on NFL+ https://t.co/uF4okqrMww pic.twitter.com/4mDGzOOoZu— NFL (@NFL) September 23, 2022
YANKS WALK-OFF RED SOX
.@BringerofRain20's walk-off sends the @Yankees to the #postseason! pic.twitter.com/JVGabKk4fS
— MLB (@MLB) September 23, 2022
#AaronJudge can do it all! What a throw from @TheJudge44. pic.twitter.com/kAJNetoXZF
— MLB (@MLB) September 23, 2022
GOLDY ENDS IT IN STYLE
What a play by Goldy to end it! 😱 pic.twitter.com/0OeU0Aji9n
— MLB (@MLB) September 22, 2022
MOOKIE WALKS IT OFF
Mookie magic!@mookiebetts walks it off for the @Dodgers. pic.twitter.com/zMQGfT3K9h
— MLB (@MLB) September 23, 2022
CLUTCH.
Christian Walker's 36th HR gives the @Dbacks the lead! pic.twitter.com/3mSfaI65wC
— MLB (@MLB) September 23, 2022
ROOKIE WAS IMMACULATE
🚨 immaculate inning 🚨
9 pitches, 3 Ks for Hayden Wesneski! pic.twitter.com/7fKtoY7Bkt
— MLB (@MLB) September 23, 2022
TOP PLAYS FROM WEEK 2
The 1️⃣5️⃣ best plays in Week 2! Who takes the top spot? pic.twitter.com/RWHyQmazzK
— NFL (@NFL) September 22, 2022
JOE HADEN WAS ELITE AT CB
Joe Haden's career resume:
– 3x Pro Bowl
– 2013 All-Pro 2nd Team
– NFL 2010s PD (137) leader
– #Browns career PD (101) leaderpic.twitter.com/Vmai6VnCuE— Pro Sports Outlook (@PSO_Sports) September 22, 2022
PHILLIES GET A BIG WIN
Matt Vierling has the most Hits (5) during 1 game by a No.9 hitter in Philadelphia #Phillies history
h/t @theaceofspaeder pic.twitter.com/M5NVRj8Bca
— Pro Sports Outlook (@PSO_Sports) September 22, 2022
Jean Segura turns two by himself to hold the Blue Jays scoreless in the 10th! pic.twitter.com/QBOsIt8K2x
— Talkin’ Baseball (@TalkinBaseball_) September 22, 2022
A big homer for @27vladdyjr! 😤 pic.twitter.com/nFRsmLPX46
— MLB (@MLB) September 22, 2022
HISTORIC NIGHT IN NYC
A MAGICAL NIGHT AT YANKEE STADIUM!! #Walkoff pic.twitter.com/gtawYPGDJo
— MLB (@MLB) September 21, 2022
Aaron Judge is the fastest (147 team games) player to reach 60 HR during 1 season in New York #Yankees historypic.twitter.com/mdutfXiZjL
— Pro Sports Outlook (@PSO_Sports) September 21, 2022
September 20, 2022 was the 1st time the New York #Yankees & #Mets each hit a game-winning Grand Slam during the same day in MLB historypic.twitter.com/dvcrpNTs05
— Pro Sports Outlook (@PSO_Sports) September 21, 2022
DODGERS EPIC COMEBACK
Down 5-1 to up 6-5 in an instant.
Another comeback win for the relentless @Dodgers.
(MLB x @loanDepot) pic.twitter.com/dQeeHIwL3q
— MLB (@MLB) September 20, 2022
jQuery(function(){
jQuery(‘.see-more-panel101’).click(function(){
let innerall=””;
let index = parseInt(jQuery(this).children(‘a’).attr(‘index’))+1;
let total = jQuery(this).children(‘a’).attr(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let i = start;
let container = jQuery(this).attr(‘container’);
fetch(‘https://prosportsoutlook.com/api_data/response_highlights.php?t=1664010057’)
.then(res=>res.json())
.then(res2=>{
for(;i<end;i++){
if(res2[i]){
innerall+=`
${res2[i].title}
`;
}
}
jQuery(‘#’+container+”).append(innerall);
if(innerall!=”){
jQuery(this).children(‘a’).attr(‘index’,”+index+”);
}
if(parseInt(index)>=parseInt(total)){
jQuery(this).hide();
}
});
});
});
[SEE MORE]
FACTS & RECORDS
function lasfacts(element){
let index = parseInt(document.getElementById(‘last_facts_button’).getAttribute(‘index’))+1;
let total = document.getElementById(‘last_facts_button’).getAttribute(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let inner = “”;
let i = start;
fetch(‘https://prosportsoutlook.com/api_data/response_facts.php?t=1664010058’)
.then(res=>res.json())
.then(res2=>{
for(;i<end;i++){
if(res2[i]){
let dateCr = res2[i].date_create;
let titling = res2[i].url!=''?'‘+res2[i].title+’‘:res2[i].title;
let newDate = moment(dateCr, “YYYY-MM-DD”).format(“MMM DD, YYYY”)
inner+=`
inner+=`
`;
if(res2[i].related_text!=”){
let link = res2[i].related_link!==”?res2[i].related_link:’#’;
inner+=`
`;
}
inner+=`
`;
}
}
document.getElementById(‘load_more_last_facts’).append(stringToHTML(inner));
})
if(index>=total){
document.getElementById(“last_facts_button”).style.visibility = “hidden”;
}
document.getElementById(‘last_facts_button’).setAttribute(‘index’,”+parseInt(index)+”);
}
var stringToHTML = function (str) {
var parser = new DOMParser();
var doc = parser.parseFromString(str, ‘text/html’);
return doc.body;
};
[SEE MORE]
MAIN GAMES
MLB Saturday
1:05 PM: Boston Red Sox (72-78) vs. New York Yankees (92-58)
4:05 PM: Atlanta Braves (93-58) vs. Philadelphia Phillies (83-67)
6:10 PM: Toronto Blue Jays (84-67) vs. Tampa Bay Rays (84-67)
7:05 PM: Houston Astros (99-53) vs. Baltimore Orioles (79-71)
9:10 PM: St. Louis Cardinals (89-63) vs. Los Angeles Dodgers (104-47)
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
MLB: RP Drew Smith, New York Mets (turns 29)
NFL: LB Vontaze Burfict, Retired after 2019 (32)
NFL: RB Eddie George, Retired after 2004 (49)
MLB: 1B Rafael Palmeiro, Retired after 2005 (58)
NFL: DT “Mean” Joe Greene, Hall of Fame (76)
SIGNIFICANT HISTORY
2012: On Monday Night Football, the Seattle Seahawks defeated the Green Bay Packers on a “Fail Mary” where 1 ref ruled it a GW-TD and the other game-ending INT on the simultaneous catch that became the last game for the replacement refs, ending their holdout
2010: Cincinnati Reds RP Aroldis Chapman threw the fastest pitch (105.1 MPH) ever recorded in MLB history. Jordan Hicks tied it in 2018 but nobody has ever surpassed it since
2000: After scoring each of his 2 TDs, San Francisco 49ers WR Terrell Owens memorably ran to the 50-yard line in Dallas and celebrated on the Cowboys Star
1979: Philadelphia Phillies 1B Pete Rose recorded his 200th Hit of the season, breaking Ty Cobb’s record with his 10th career season with 200+ Hits. Ichiro Suzuki later tied Rose with his own 10th MLB season of 200+ Hits during 2010
1972: Hall of Fame QBs Joe Namath and Johnny Unitas combined for a NFL record 872 Passing Yards as the New York Jets beat the Baltimore Colts 44-34. Namath had a career-high 496 PASS YDS and 6 PASS TD himself during the classic duel
1940: Boston Red Sox 1B Jimmie Foxx joined Babe Ruth as just the 2nd player to hit 500 career HR in MLB history
1934: New York Yankees OF Babe Ruth made his final home appearance at Yankee Stadium, drawing a walk in the 1st inning and promptly leaving for a pinch runner
1920: Continuing to shatter his HR record from the previous season, New York Yankees OF Babe Ruth became the very 1st player to hit 50 HR during a season in MLB history
1919: Boston Red Sox OF Babe Ruth broke the MLB single-season HR record for the 1st time in his career with his 28th during a loss to the New York Yankees. Ruth broke his own record in each of the next 2 seasons and again in 1927 with 60 that lasted until Roger Maris hit 61 in 1961
Help Pro Sports Outlook continue to grow:
– Share this post with friends
– Click FOLLOW for high-quality sports content delivered to your email or your platform of choice
– Follow @PSO_Sports on Twitter & Instagram | Pro Sports Outlook on YouTube, Facebook, & LinkedIn
– Get 10% off all exclusive PSO designed sports t-shirts & jerseys on FanGearNation.com: Code PSO10 at check out
The post What 2 Watch 4 in Buccaneers vs. Cowboys Season Opener appeared first on Pro Sports Outlook.
[ad_2]
Source link