summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/unsupported.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:07:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:07:51 +0000
commit3278ab0765a50bc8a4716ce5c0b3aa7015a3e3d5 (patch)
tree65228f3cad4dcb6dcf7138ebdc80329c966010d3 /yt_dlp/extractor/unsupported.py
parentReleasing progress-linux version 2024.07.25-1~progress7.99u1. (diff)
downloadyt-dlp-3278ab0765a50bc8a4716ce5c0b3aa7015a3e3d5.tar.xz
yt-dlp-3278ab0765a50bc8a4716ce5c0b3aa7015a3e3d5.zip
Merging upstream version 2024.08.01.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'yt_dlp/extractor/unsupported.py')
-rw-r--r--yt_dlp/extractor/unsupported.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/unsupported.py b/yt_dlp/extractor/unsupported.py
index 1e2d118..8b7ec1d 100644
--- a/yt_dlp/extractor/unsupported.py
+++ b/yt_dlp/extractor/unsupported.py
@@ -49,6 +49,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'amazon\.(?:\w{2}\.)?\w+/gp/video',
r'music\.amazon\.(?:\w{2}\.)?\w+',
r'(?:watch|front)\.njpwworld\.com',
+ r'qub\.ca/vrai',
)
_TESTS = [{
@@ -149,6 +150,9 @@ class KnownDRMIE(UnsupportedInfoExtractor):
}, {
'url': 'https://front.njpwworld.com/p/s_series_00563_16_bs',
'only_matching': True,
+ }, {
+ 'url': 'https://www.qub.ca/vrai/l-effet-bocuse-d-or/saison-1/l-effet-bocuse-d-or-saison-1-bande-annonce-1098225063',
+ 'only_matching': True,
}]
def _real_extract(self, url):