August 6th, 2022 features an action-packed 17-game MLB Saturday highlighted by Max Scherzer facing Max Fried as aces clash in Game 1 of a critical NL-East doubleheader between the Mets and Braves. Manny Machado‘s Padres take on Freddie Freeman‘s Dodgers for a NL West heavyweight battle in LA, AL MVP favorite Aaron Judge‘s Yankees face NL MVP favorite Paul Goldschmidt‘s Cardinals, while Toronto also matches up with Minnesota. NBA concludes “Dunk Week”, plus NFL players get prepared for Preseason Week 1 beginning Thursday.
See what happened in sports on this day in recent years:
– August 6, 2021: Josh Allen‘s historic extension, Nets locked up KD for 4 years, SGA‘s OKC extension , and more!
– August 6, 2020: Many MLB walk-offs, the Bucks’ 23-pt comeback to clinch the No. 1 seed in the East, and more!
– August 6, 2019: NFL Hard Knocks premiere, Mike Tauchman‘s HR robbery, Bo Bichette‘s historic start, 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=1659769930’)
.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
#1 PICK MAKES NFL DEBUT
No. 1 pick Travon Walker with his 1st sack in the NFL 🙌
pic.twitter.com/extaCNBXhB
— PFF (@PFF) August 5, 2022
You ready for the preseason debut of #1 overall pick Travon Walker?@44Ytw | @Jaguars
📺: @ProFootballHOF Game — Tonight 8pm ET on NBC
📱: NFL+ pic.twitter.com/hKEFojWPPt
— NFL (@NFL) August 4, 2022
TONY BOSELLI WAS A BEAST
In the 1996 Wild Card, @Jaguars left tackle @TonyBoselli was assigned to block the DPOY Bruce Smith. Boselli DOMINATED that matchup. 😤 (via @nflthrowback)
📺: #PFHOF22 Enshrinement – Saturday 12pm ET on @NFLNetwork pic.twitter.com/FzPUXx2bKj
— NFL (@NFL) August 2, 2022
BEST HOF GAME PLAYS
The BEST Hall of Fame Game plays since 1999! (via @nflthrowback)
📺: @ProFootballHOF Game –TONIGHT 8pm ET on FOX pic.twitter.com/NwCXYWkmga
— NFL (@NFL) August 5, 2021
SAM BROUGHT IT BACK
Come for the home run robbery, stay for the reaction. 😮 pic.twitter.com/KYPP1S4dhl
— MLB (@MLB) August 4, 2022
PIRATES WALK-OFF AGAIN
A wild ending to the series. pic.twitter.com/8y1f3qNCVP
— Pittsburgh Pirates (@Pirates) August 4, 2022
ZIP ZAP KAZOO THE BUCCOS JUST TURNED TWO!! pic.twitter.com/YiLTvJSjoU
— Pittsburgh Pirates (@Pirates) August 4, 2022
NOOTBAR’S NOT LOSING
Lars called game! pic.twitter.com/GdUjQWfqU0
— St. Louis Cardinals (@Cardinals) August 4, 2022
SLAM DIEGO IS BACK
Brandon Drury is the 1st player to hit a Grand Slam during his San Diego #Padres debut in franchise historypic.twitter.com/vSYhWVhFul
— Pro Sports Outlook (@PSO_Sports) August 4, 2022
DALLAS GOT A STUD
Anthony Barr's #Vikings LB records:
– Career QBH (44)
– Seasons (4) of 7+ QBH
– GP (10) of 2+ QBH
– Rookie FR-TD (1)
– Career SK (13.5) & QBH (31) in 1st 5 seasons
– Pro Bowls (4) in 1st 5 seasons
– T-most FF (2) or FR (2) in 1 GP
pic.twitter.com/DGMLfnLOqz
— Pro Sports Outlook (@PSO_Sports) August 4, 2022
Most career QBH by a LB in Minnesota #Vikings history:
1. Anthony Barr (44)
2. Chad Greenway (42)
3. E.J Henderson (36)
4. Eric Kendricks (27)^
5. Ben Leber (22)
pic.twitter.com/cKsgubfXHg
— Pro Sports Outlook (@PSO_Sports) August 4, 2022
JP FLIES FOR THE GRAB
It's a glovely day in NYC. pic.twitter.com/PfUyg7VDlg
— Seattle Mariners (@Mariners) August 3, 2022
IF ONLY MIL HAD HADER
Raise it! Bryan Reynolds walks it off!
(MLB x @CapitalOne) pic.twitter.com/w5QlhAnLQB
— MLB (@MLB) August 4, 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=1659769933’)
.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=1659769934’)
.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:10 & 7:10 PM: Atlanta Braves (64-43) vs. New York Mets (67-39)
6:10 PM: Houston Astros (70-38) vs. Cleveland Guardians (54-52)
7:10 PM: Toronto Blue Jays (59-47) vs. Minnesota Twins (56-50)
7:15 PM: New York Yankees (70-37) vs. St. Louis Cardinals (58-48)
9:10 PM: San Diego Padres (61-48) vs. Los Angeles Dodgers (73-33)
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
MLB: SP Hunter Greene, Cincinnati Reds (turns 23)
NFL: RB Kareem Hunt, Cleveland Browns (27)
MLB: P John Gant, Free Agent (30)
MLB: 2B/IF Wilmer Flores, San Francisco Giants (31)
NFL: CB Ross Cockrell, Tampa Bay Buccaneers (31)
MLB: RP Jake McGee, Milwaukee Brewers (36)
NBA: C David Robinson, Hall of Fame (57)
SIGNIFICANT HISTORY
2004: Boston Celtics acquired PG Gary Payton, SF Rick Fox, and a 2006 first-round pick (which would become PG Rajon Rondo) from the Los Angeles Lakers for PG Chucky Atkins, C Chris Mihm, and SF Jumaine Jones
2002: Philadelphia 76ers traded Hall of Fame C Dikembe Mutumbo to the New Jersey Nets for SF Keith Van Horn and C Todd MacCulloch
1973: As a result of his tragic and untimely passing just a few months earlier, former Pirates OF Roberto Clemente became just the 2nd player in history to be elected to the Hall of Fame without the standard 5-year waiting period (Lou Gehrig)
1972: Atlanta Braves OF Hank Aaron hit his 660th and 661st career home runs, passing Willie Mays for 2nd most HR all-time and broke Babe Ruth’s record for home runs on a single team which he still holds today (733 with Braves)
1963: Philadelphia Nationals NBA franchise officially announced their nickname would be changing to the “76ers”, a nod to the signing of the Declaration of Independence in Philadelphia in 1776
1953: Over a year after leaving the game to serve in the Korean War, Boston Red Sox OF Ted Williams made his return to baseball but lost to the St. Louis Browns
1952: At 47 years old, St. Louis Browns SP Satchel Paige became the oldest player to record a complete game or a shutout in MLB history
1890: HOF SP Cy Young made his MLB debut with the Cleveland Spiders, allowing just 3 hits in an 8-1 victory over the Chicago Colts
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.
Related posts
Recent Posts
- ‘I Am Not A Socialist’: Maxine Waters Spars With Chip Roy During Rules Committee Hearing February 1, 2023
- Obesity Linked To Azheimer’s-Like Changes In Brain February 1, 2023
- Secret Service Arrests Man Near Capitol Building For Allegedly Impersonating A Police Officer, Carrying Knives January 31, 2023
- Falcons Updated Outlook: Ryan Nielsen Hired as DC January 31, 2023
- Obesity Linked To Azheimer’s-Like Changes In Brain January 31, 2023
Stay connected