X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Ffoxsports.py;h=df7665176ec3827f836e18b8ca46e3fec7c97c3b;hb=55801fc76e2813de9a84eaa830d70ed73cb44463;hp=363866b6483fd9b419aa3a7704321339ed7494ac;hpb=6a8422b942f5140238106c43e27d869d70126446;p=youtube-dl diff --git a/youtube_dl/extractor/foxsports.py b/youtube_dl/extractor/foxsports.py index 363866b64..df7665176 100644 --- a/youtube_dl/extractor/foxsports.py +++ b/youtube_dl/extractor/foxsports.py @@ -5,7 +5,7 @@ from ..utils import smuggle_url class FoxSportsIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?foxsports\.com/video\?vid=(?P\d+)' + _VALID_URL = r'https?://(?:www\.)?foxsports\.com/(?:[^/]+/)*(?P[^/]+)' _TEST = { 'url': 'http://www.foxsports.com/video?vid=432609859715',