aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/projectveritas.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/projectveritas.py')
-rw-r--r--hypervideo_dl/extractor/projectveritas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/projectveritas.py b/hypervideo_dl/extractor/projectveritas.py
index 1d832a6..9e9867b 100644
--- a/hypervideo_dl/extractor/projectveritas.py
+++ b/hypervideo_dl/extractor/projectveritas.py
@@ -10,7 +10,7 @@ from ..utils import (
class ProjectVeritasIE(InfoExtractor):
- _VALID_URL = r'(?:https?://)(?:www\.)?projectveritas\.com/(?P<type>news|video)/(?P<id>[^/?#]+)'
+ _VALID_URL = r'https?://(?:www\.)?projectveritas\.com/(?P<type>news|video)/(?P<id>[^/?#]+)'
_TESTS = [{
'url': 'https://www.projectveritas.com/news/exclusive-inside-the-new-york-and-new-jersey-hospitals-battling-coronavirus/',
'info_dict': {