Browse Source

[canalc2] Update test

Tithen-Firion 8 years ago
parent
commit
dde97ea8da
1 changed files with 1 additions and 4 deletions
  1. 1 4
      youtube_dl/extractor/canalc2.py

+ 1 - 4
youtube_dl/extractor/canalc2.py

@@ -16,13 +16,10 @@ class Canalc2IE(InfoExtractor):
         'md5': '060158428b650f896c542dfbb3d6487f',
         'md5': '060158428b650f896c542dfbb3d6487f',
         'info_dict': {
         'info_dict': {
             'id': '12163',
             'id': '12163',
-            'ext': 'flv',
+            'ext': 'mp4',
             'title': 'Terrasses du Numérique',
             'title': 'Terrasses du Numérique',
             'duration': 122,
             'duration': 122,
         },
         },
-        'params': {
-            'skip_download': True,  # Requires rtmpdump
-        }
     }, {
     }, {
         'url': 'http://archives-canalc2.u-strasbg.fr/video.asp?idVideo=11427&voir=oui',
         'url': 'http://archives-canalc2.u-strasbg.fr/video.asp?idVideo=11427&voir=oui',
         'only_matching': True,
         'only_matching': True,