From 74534fb6dba0965945bf4e06737188cf3e87d068 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Sun, 17 Mar 2019 09:36:28 +0700 Subject: [PATCH] Update cbc.py --- youtube_dl/extractor/cbc.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/youtube_dl/extractor/cbc.py b/youtube_dl/extractor/cbc.py index c6c7fa3f7..751a3a8f2 100644 --- a/youtube_dl/extractor/cbc.py +++ b/youtube_dl/extractor/cbc.py @@ -387,22 +387,8 @@ class CBCWatchIE(CBCWatchBaseIE): }, 'playlist_mincount': 30, }, { - # geo-restricted to Canada, bypassable 'url': 'https://gem.cbc.ca/media/this-hour-has-22-minutes/season-26/episode-20/38e815a-0108c6c6a42', - 'info_dict': { - 'id': 'abad9fcd-d341-4717-b723-45bd05979400', - 'ext': 'mp4', - 'title': 'Border Bud - (March 11, 2019)', - 'description': 'md5:670513924b0ada950b3f5975af97fc58', - 'timestamp': 1552348800, - 'upload_date': '20190312', - 'age_limit': 10, - }, - 'params': { - # m3u8 download - 'skip_download': True, - 'format': 'bestvideo', - }, + 'only_matching': True, }] def _real_extract(self, url):