mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-19 03:25:32 +00:00
[foxsports] Support some more URLs (#5611)
This commit is contained in:
parent
dc455a5f88
commit
de765f6c31
@ -5,7 +5,7 @@ from ..utils import smuggle_url
|
|||||||
|
|
||||||
|
|
||||||
class FoxSportsIE(InfoExtractor):
|
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 = {
|
_TEST = {
|
||||||
'url': 'http://www.foxsports.com/video?vid=432609859715',
|
'url': 'http://www.foxsports.com/video?vid=432609859715',
|
||||||
|
Loading…
Reference in New Issue
Block a user