Authored by: bashonly
This commit is contained in:
bashonly
2024-04-05 22:18:44 -05:00
parent 734d7bd4a3
commit d07eb72f6f
2 changed files with 2 additions and 19 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from ..utils import float_or_none, make_archive_id, smuggle_url
class FoxSportsIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?foxsports\.com/watch/(?P<id>[\w-]+)'
_VALID_URL = r'https?://(?:www\.)?foxsports\.com/watch/(?P<id>play-[\w-]+)'
_TESTS = [{
'url': 'https://www.foxsports.com/watch/play-612168c6700004b',
'info_dict': {