[canalplus] Download the video in the test
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 16 Apr 2014 13:54:00 +0000 (15:54 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 16 Apr 2014 13:54:00 +0000 (15:54 +0200)
It doesn't use rtmpdump now.

youtube_dl/extractor/canalplus.py

index 553eeb23059bfe09badfe8e8e51cf1e38d9e327a..a67aed027ed358173d010c5200dbda3b5d8fb581 100644 (file)
@@ -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):