update FOX regex to include fox sports replays

This commit is contained in:
Isaac Schmidt 2023-07-29 13:58:40 -04:00
parent b09bd0c196
commit 535a08648b

View File

@ -20,7 +20,7 @@
class FOXIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?fox\.com/watch/(?P<id>[\da-fA-F]+)'
_VALID_URL = r'https?://(?:www\.)?fox(?:sports)?\.com/(?:watch|replay)/(?P<id>[\da-fA-F]+)'
_TESTS = [{
# clip
'url': 'https://www.fox.com/watch/4b765a60490325103ea69888fb2bd4e8/',