aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/espn.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/espn.py')
-rw-r--r--youtube_dl/extractor/espn.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/espn.py b/youtube_dl/extractor/espn.py
index 3762d87..db4b263 100644
--- a/youtube_dl/extractor/espn.py
+++ b/youtube_dl/extractor/espn.py
@@ -53,8 +53,8 @@ class ESPNIE(InfoExtractor):
webpage = self._download_webpage(url, video_id)
video_id = self._search_regex(
- r'class="video-play-button"[^>]+data-id="(\d+)',
- webpage, 'video id')
+ r'class=(["\']).*?video-play-button.*?\1[^>]+data-id=["\'](?P<id>\d+)',
+ webpage, 'video id', group='id')
cms = 'espn'
if 'data-source="intl"' in webpage: