aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/usanetwork.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/usanetwork.py')
-rw-r--r--hypervideo_dl/extractor/usanetwork.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/usanetwork.py b/hypervideo_dl/extractor/usanetwork.py
index e3784e5..d953e46 100644
--- a/hypervideo_dl/extractor/usanetwork.py
+++ b/hypervideo_dl/extractor/usanetwork.py
@@ -5,7 +5,7 @@ from .nbc import NBCIE
class USANetworkIE(NBCIE):
- _VALID_URL = r'https?(?P<permalink>://(?:www\.)?usanetwork\.com/[^/]+/video/[^/]+/(?P<id>\d+))'
+ _VALID_URL = r'https?(?P<permalink>://(?:www\.)?usanetwork\.com/(?:[^/]+/videos?|movies?)/(?:[^/]+/)?(?P<id>\d+))'
_TESTS = [{
'url': 'https://www.usanetwork.com/peacock-trailers/video/intelligence-trailer/4185302',
'info_dict': {