浏览代码

[canalplus] Download the video in the test

It doesn't use rtmpdump now.
Jaime Marquínez Ferrándiz 11 年之前
父节点
当前提交
f401c6f69f
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      youtube_dl/extractor/canalplus.py

+ 1 - 3
youtube_dl/extractor/canalplus.py

@@ -14,6 +14,7 @@ class CanalplusIE(InfoExtractor):
 
 
     _TEST = {
     _TEST = {
         'url': 'http://www.canalplus.fr/c-infos-documentaires/pid1830-c-zapping.html?vid=922470',
         'url': 'http://www.canalplus.fr/c-infos-documentaires/pid1830-c-zapping.html?vid=922470',
+        'md5': '60c29434a416a83c15dae2587d47027d',
         'info_dict': {
         'info_dict': {
             'id': '922470',
             'id': '922470',
             'ext': 'flv',
             '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',
             'description': 'Le meilleur de toutes les chaînes, tous les jours.\nEmission du 26 août 2013',
             'upload_date': '20130826',
             'upload_date': '20130826',
         },
         },
-        'params': {
-            'skip_download': True,
-        },
     }
     }
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):