diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-07-16 00:02:26 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-07-16 15:37:54 +0800 |
commit | 21ba7d0981e04237ae4ca8690a6ead331b3a82d1 (patch) | |
tree | 8f90412fe321cd5cbbb50dabc93fab07436c5457 /youtube_dl | |
parent | 691fbe7f98dd648f3971f259b323e62c73d56e58 (diff) |
[cbc] Skip geo-restricted test case
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/cbc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/cbc.py b/youtube_dl/extractor/cbc.py index ff663d079..06772d492 100644 --- a/youtube_dl/extractor/cbc.py +++ b/youtube_dl/extractor/cbc.py @@ -25,6 +25,7 @@ class CBCIE(InfoExtractor): 'upload_date': '20160203', 'uploader': 'CBCC-NEW', }, + 'skip': 'Geo-restricted to Canada', }, { # with clipId 'url': 'http://www.cbc.ca/archives/entry/1978-robin-williams-freestyles-on-90-minutes-live', @@ -64,6 +65,7 @@ class CBCIE(InfoExtractor): 'uploader': 'CBCC-NEW', }, }], + 'skip': 'Geo-restricted to Canada', }] @classmethod @@ -104,6 +106,7 @@ class CBCPlayerIE(InfoExtractor): 'upload_date': '20160210', 'uploader': 'CBCC-NEW', }, + 'skip': 'Geo-restricted to Canada', }, { # Redirected from http://www.cbc.ca/player/AudioMobile/All%20in%20a%20Weekend%20Montreal/ID/2657632011/ 'url': 'http://www.cbc.ca/player/play/2657631896', |