diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index a27ec342e9..3882e859c2 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -887,7 +887,7 @@ def _playlist_from_matches(matches, getter, ie=None): return self.url_result(mobj.group('url'), 'SBS') mobj = re.search( - r']+?src=(["\'])(?Phttps?://m\.mlb\.com/shared/video/embed/embed\.html\?.+?)\1', + r']+?src=(["\'])(?Phttps?://m(?:lb)?\.mlb\.com/shared/video/embed/embed\.html\?.+?)\1', webpage) if mobj is not None: return self.url_result(mobj.group('url'), 'MLB')