summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-04-16 15:54:00 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-04-16 15:54:00 +0200
commitf401c6f69f2d4bda37cefcde6e4a0500bdb20892 (patch)
tree391e8e6054135579e94b278dabf9a060061fe2c2
parentb075d25bedc26a2ec8202f612f6949eb356a5ef7 (diff)
downloadyoutube-dl-f401c6f69f2d4bda37cefcde6e4a0500bdb20892.tar.gz
youtube-dl-f401c6f69f2d4bda37cefcde6e4a0500bdb20892.tar.xz
youtube-dl-f401c6f69f2d4bda37cefcde6e4a0500bdb20892.zip
[canalplus] Download the video in the test
It doesn't use rtmpdump now.
-rw-r--r--youtube_dl/extractor/canalplus.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/youtube_dl/extractor/canalplus.py b/youtube_dl/extractor/canalplus.py
index 553eeb230..a67aed027 100644
--- a/youtube_dl/extractor/canalplus.py
+++ b/youtube_dl/extractor/canalplus.py
@@ -14,6 +14,7 @@ class CanalplusIE(InfoExtractor):
 
     _TEST = {
         'url': 'http://www.canalplus.fr/c-infos-documentaires/pid1830-c-zapping.html?vid=922470',
+        'md5': '60c29434a416a83c15dae2587d47027d',
         'info_dict': {
             'id': '922470',
             'ext': 'flv',
@@ -21,9 +22,6 @@ class CanalplusIE(InfoExtractor):
             'description': 'Le meilleur de toutes les chaînes, tous les jours.\nEmission du 26 août 2013',
             'upload_date': '20130826',
         },
-        'params': {
-            'skip_download': True,
-        },
     }
 
     def _real_extract(self, url):