diff --git a/youtube_dl/extractor/espn.py b/youtube_dl/extractor/espn.py index f6b441ef6..7a7436068 100644 --- a/youtube_dl/extractor/espn.py +++ b/youtube_dl/extractor/espn.py @@ -17,8 +17,14 @@ class ESPNIE(InfoExtractor): (?:www\.)?espn )\.com/ (?: - video/clip(?:\?.*?\bid=|/_/id/)| - watch/player(?:\?.*?\bid=|/_/id/) + (?: + video/clip| + watch/player + ) + (?: + \?.*?\bid=| + /_/id/ + ) ) (?P\d+) '''