[foxsports] Support some more URLs (#5611)
This commit is contained in:
parent
dc455a5f88
commit
de765f6c31
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from ..utils import smuggle_url
|
|||
|
||||
|
||||
class FoxSportsIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?foxsports\.com/video\?vid=(?P<id>\d+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?foxsports\.com/(?:[^/]+/)*(?P<id>[^/]+)'
|
||||
|
||||
_TEST = {
|
||||
'url': 'http://www.foxsports.com/video?vid=432609859715',
|
||||
|
|
Loading…
Reference in a new issue