[ad_1]
August 19th, 2022 features an action-packed 15-game MLB Friday highlighted by Jose Ramirez‘s Guardians starting a massive AL-Central series vs. Jose Abreu‘s White Sox with the teams vying for first place. Aaron Nola‘s Phillies begin a big four-game set against Pete Alonso‘s Mets, Aaron Judge‘s Yankees battle Vlad Guerrero Jr.‘s Blue Jays, while Houston starts a 2021 World Series rematch vs. Atlanta Braves. NFL Preseason Week 2 continues with CAR-NE, GB-NO, and HOU-LAR, plus NBA teams focus on the upcoming season with camps a month away.
See what happened in sports on this day in recent years:
– August 19, 2021: Deolis Guerra robbed a HR, Hornets extended Terry Rozier, Angels historic comeback, and more!
– August 19, 2020: Manny Machado‘s walk-off Grand Slam, Luka led the Mavs to a 1-1 tie vs. Clippers, and more!
– August 19, 2019: Cardinals combined for a 1-hitter, Chris Sale was forced out, NFL Preseason action, 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=1660898850’)
.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
WALK-OFF GRAND SLAM
🚨 @BringerofRain20 WALK-OFF GRAND SLAM 🚨 pic.twitter.com/bQHZEpqlw2
— MLB (@MLB) August 18, 2022
.@ARizzo44 ties it up in the Bronx! pic.twitter.com/dzkld19bZu
— MLB (@MLB) August 18, 2022
KING’S REIGN STILL IN LA
LeBron James HOF resume:
– 18x All-Star, 3x ASG MVP
– 18x All-NBA (most ever)
– 5x All-Defense 1st Team, 2014 2nd Team
– 4x NBA MVP
– 4x NBA Champ & Finals MVP
– 2008 NBA Scoring Champ
– 2020 NBA AST (10.2) leader
– 2004 NBA ROY
– NBA 75th Anniversary Teampic.twitter.com/h2Isjn9nYh
— Pro Sports Outlook (@PSO_Sports) June 19, 2022
LeBron James' #Lakers records:
– 35+ PTS/15+ AST/10+ REB in 1 GP
– Consecutive GP of 25+ PTS (23) or 1+ 3PM (48)
– Triple-Doubles (4) in 1st 10 season GP
– 1 of 2 with 10+ APG in 1 season
https://t.co/ojImQVPY0Z
— Pro Sports Outlook (@PSO_Sports) August 18, 2022
DERWIN STAYING IN LA
Derwin James' career resume:
– 2x Pro Bowl
– 2x All-Pro 1st Team
– 2018 PFWA All-Rookie Team
– Highest-paid NFL Safety ($19.1M AAV) in 2022
– Most COMB TKL (105) by a #Chargers Rookie Safety ever
pic.twitter.com/RHvYcjW9zF
— Pro Sports Outlook (@PSO_Sports) August 18, 2022
Most COMB TKL by a Rookie Safety in #Chargers franchise history:
1. 2021 Derwin James (105)
2. 2003 Terrence Kiel (68)
3. 1991 Stanley Richard (59)
4. 2009 Kevin Ellison (52)
5. 2019 Roderic Teamer (40)
pic.twitter.com/K2zjzL7NQQ
— Pro Sports Outlook (@PSO_Sports) August 18, 2022
REDS WALK OFF PHILLY
First career walk-off for Jose Barrero! 👏 pic.twitter.com/LCd5QJLyQy
— Cincinnati Reds (@Reds) August 17, 2022
BREW CREW DOUBLE PLAY
Well, what a sweet little double play that was! pic.twitter.com/hBtDUoaQMW
— MLB (@MLB) August 18, 2022
TAYLOR GAME-SAVING GRAB
Chris Taylor refused to let the game end. 😱 pic.twitter.com/E7ST2v5qsV
— MLB (@MLB) August 17, 2022
Victor Caratini delivers for the @Brewers! #walkoff
(MLB x @oriswatches) pic.twitter.com/iJET493bPc
— MLB (@MLB) August 17, 2022
ARENADO = A1 DEFENDER
Nolan and Goldy combine to make some magic! 😱 pic.twitter.com/ZfceMlFCK4
— MLB (@MLB) August 17, 2022
A different kind of hit, but it still ends the game! pic.twitter.com/UQhxk9Tnto
— St. Louis Cardinals (@Cardinals) August 17, 2022
ONLY RUNS THEY NEEDED
Brandon Crawford provided all the scoring the Giants needed! #Walkoff pic.twitter.com/sDO4hXH4ga
— MLB (@MLB) August 17, 2022
WILD PITCH 2 SAY THE LEAST
Off the backstop, through the umpire's legs and still got him at second!
This play was INSANE. pic.twitter.com/rl7ilnjzWJ
— MLB (@MLB) August 17, 2022
WILD MARINERS RALLY
Well, that was an interesting ninth inning 😏@GEICO | #SeaUsRise pic.twitter.com/SWTW2JGYo9
— Seattle Mariners (@Mariners) August 16, 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=1660898854’)
.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=1660898855’)
.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 Friday
7:05 PM: Boston Red Sox (59-60) vs. Baltimore Orioles (61-57)
7:05 PM: New York Mets (76-43) vs. Philadelphia Phillies (65-52)
7:05 PM: Toronto Blue Jays (63-54) vs. New York Yankees (73-46)
7:10 PM: Chicago White Sox (61-58) vs. Cleveland Guardians (63-55)
NFL Preseason Week 2
7:00 PM: Carolina Panthers (1-0) vs. New England Patriots (0-1)
8:00 PM: New Orleans Saints (0-1) vs. Green Bay Packers (0-1)
10:00 PM: Houston Texans (1-0) vs. Los Angeles Rams (1-0)
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NFL: RB Darrell Henderson, Los Angeles Rams (turns 25)
MLB: SP Kris Bubic, Kansas City Royals (25)
NFL: OG John Simpson, Las Vegas Raiders (25)
NFL: OL Andrew Wylie, Kansas City Chiefs (28)
NFL: OG Brandon Brooks, Retired after 2021 (33)
NFL: QB Kirk Cousins, Minnesota Vikings (34)
NFL: S Patrick Chung, Retired after 2019 (35)
NFL: K Morten Andersen, Hall of Fame (62)
NFL: OT Anthony Munoz, Hall of Fame (64)
SIGNIFICANT HISTORY
2020: San Diego 3B Manny Machado became the youngest player to hit a walk-off Grand Slam in MLB history. “Slam Diego” became the 1st NL team with a Grand Slam in 3 consecutive games in the modern era (1900)
2015: Milwaukee Brewers OF Ryan Braun passed Robin Yount for the most career HR (251) in franchise history. Braun has played 14 seasons with the Brewers and has blasted 352 career HR which still stands as the record today
2007: Atlanta Braves SP John Smoltz surpassed Phil Niekro for the most career Ks (2,912) in franchise history with 12 Ks during 8 IP and a Win vs. Arizona. Smoltz played 20 seasons with the Braves and recorded 3,011 Ks which still stands as the record today
2005: Atlanta Hawks acquired SG Joe Johnson from the Phoenix Suns for PF Boris Diaw, a 2006 1st Rd pick, and a 2008 1st Rd pick
1996: Houston Rockets acquired PF Charles Barkley from the Phoenix Suns for 4 players including PG Sam Cassell and PF Robert Horry
1992: With Seattle Mariners 2B Bret Boone’s MLB debut in a 10-8 victory over the Baltimore Orioles, he joined his grandfather (Ray) and father (Bob) to become the 1st family with 3 consecutive generations of major leaguers
1921: Detroit Tigers OF Ty Cobb became the youngest (4th overall) player to record 3,000 career Hits in MLB history. He’s still the youngest (34 years old) to ever reach 3,000 Hits to this day
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
Related posts
Recent Posts
- Are Significant Advances in Technology Capable of Being Utilized to Benefit the Casino Industry? February 28, 2023
- Do You Think Tipping Auto Transport Driver is Necessary? February 10, 2023
- Enterprise-class OKR Platform Profit.co Raises $11 Mn Funding Led by Elevation Capital February 1, 2023
- Bengaluru Headquartered Mikro Grafeio Appoints U.S. Based Serial Entrepreneur Shyam Kumar as its Co-Founder February 1, 2023
- Federal Gov’t Will ‘Probably’ Force Americans To Eat Insects, Tucker Carlson Says February 1, 2023
Stay connected