summary refs log tree commit diff
diff options
context:
space:
mode:
authorTithen-Firion <tithen.firion.0@gmail.com>2017-04-27 18:07:07 +0200
committerTithen-Firion <tithen.firion.0@gmail.com>2017-04-27 18:07:07 +0200
commitc95e2b59115bff314ae833f7d3fd08ef1768c6f8 (patch)
tree6a09ca7ddb02689de1435e04da1afeaf9bd40787
parentff99fe529e52b2465f1d973e69df01a6391568d6 (diff)
downloadyoutube-dl-c95e2b59115bff314ae833f7d3fd08ef1768c6f8.tar.gz
youtube-dl-c95e2b59115bff314ae833f7d3fd08ef1768c6f8.tar.xz
youtube-dl-c95e2b59115bff314ae833f7d3fd08ef1768c6f8.zip
[cbc] update test cases
-rw-r--r--youtube_dl/extractor/cbc.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/cbc.py b/youtube_dl/extractor/cbc.py
index cf678e7f8..87ad14e91 100644
--- a/youtube_dl/extractor/cbc.py
+++ b/youtube_dl/extractor/cbc.py
@@ -96,6 +96,7 @@ class CBCIE(InfoExtractor):
         'info_dict': {
             'title': 'Keep Rover active during the deep freeze with doggie pushups and other fun indoor tasks',
             'id': 'dog-indoor-exercise-winter-1.3928238',
+            'description': 'md5:c18552e41726ee95bd75210d1ca9194c',
         },
         'playlist_mincount': 6,
     }]
@@ -165,12 +166,11 @@ class CBCPlayerIE(InfoExtractor):
             'uploader': 'CBCC-NEW',
         },
     }, {
-        # available only when we add `formats=MPEG4,FLV,MP3` to theplatform url
         'url': 'http://www.cbc.ca/player/play/2164402062',
-        'md5': '17a61eb813539abea40618d6323a7f82',
+        'md5': '33fcd8f6719b9dd60a5e73adcb83b9f6',
         'info_dict': {
             'id': '2164402062',
-            'ext': 'flv',
+            'ext': 'mp4',
             'title': 'Cancer survivor four times over',
             'description': 'Tim Mayer has beaten three different forms of cancer four times in five years.',
             'timestamp': 1320410746,