aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakeworld <25111343+makeworld-the-better-one@users.noreply.github.com>2021-10-04 15:11:00 -0400
committerGitHub <noreply@github.com>2021-10-05 00:41:00 +0530
commit0f0ac87be3fc55cab8fec767c446431a8ce085f3 (patch)
tree54165e1e35d71e4cff5af0db1b052f147fd4196f
parent755203fc3fd33c257e582377c67790e1d4e0bfb6 (diff)
downloadhypervideo-pre-0f0ac87be3fc55cab8fec767c446431a8ce085f3.tar.lz
hypervideo-pre-0f0ac87be3fc55cab8fec767c446431a8ce085f3.tar.xz
hypervideo-pre-0f0ac87be3fc55cab8fec767c446431a8ce085f3.zip
[CBC] Cleanup tests (#1162)
Related: #1013 Authored by: makeworld-the-better-one
-rw-r--r--yt_dlp/extractor/cbc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/yt_dlp/extractor/cbc.py b/yt_dlp/extractor/cbc.py
index 061b09908..5e4526c53 100644
--- a/yt_dlp/extractor/cbc.py
+++ b/yt_dlp/extractor/cbc.py
@@ -202,7 +202,6 @@ class CBCGemIE(InfoExtractor):
IE_NAME = 'gem.cbc.ca'
_VALID_URL = r'https?://gem\.cbc\.ca/media/(?P<id>[0-9a-z-]+/s[0-9]+[a-z][0-9]+)'
_TESTS = [{
- # geo-restricted to Canada, bypassable
# This is a normal, public, TV show video
'url': 'https://gem.cbc.ca/media/schitts-creek/s06e01',
'md5': '93dbb31c74a8e45b378cf13bd3f6f11e',
@@ -224,7 +223,6 @@ class CBCGemIE(InfoExtractor):
'params': {'format': 'bv'},
'skip': 'Geo-restricted to Canada',
}, {
- # geo-restricted to Canada, bypassable
# This video requires an account in the browser, but works fine in yt-dlp
'url': 'https://gem.cbc.ca/media/schitts-creek/s01e01',
'md5': '297a9600f554f2258aed01514226a697',
@@ -313,7 +311,6 @@ class CBCGemPlaylistIE(InfoExtractor):
IE_NAME = 'gem.cbc.ca:playlist'
_VALID_URL = r'https?://gem\.cbc\.ca/media/(?P<id>(?P<show>[0-9a-z-]+)/s(?P<season>[0-9]+))/?(?:[?#]|$)'
_TESTS = [{
- # geo-restricted to Canada, bypassable
# TV show playlist, all public videos
'url': 'https://gem.cbc.ca/media/schitts-creek/s06',
'playlist_count': 16,
@@ -322,7 +319,6 @@ class CBCGemPlaylistIE(InfoExtractor):
'title': 'Season 6',
'description': 'md5:6a92104a56cbeb5818cc47884d4326a2',
},
- 'skip': 'Geo-restricted to Canada',
}]
_API_BASE = 'https://services.radio-canada.ca/ott/cbc-api/v2/shows/'