diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-10-18 19:27:22 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-10-18 19:27:22 +0600 | 
| commit | 608945d44a7e47fa5115295839c993af545936eb (patch) | |
| tree | 5da914e80a0b61fddb3436a306bb5442c9a0df34 | |
| parent | b1bf063503893192637f95e929d1a9147de59a7e (diff) | |
[canalc2] Fix test
| -rw-r--r-- | youtube_dl/extractor/canalc2.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/youtube_dl/extractor/canalc2.py b/youtube_dl/extractor/canalc2.py index e326b8fbd..f6a1ff381 100644 --- a/youtube_dl/extractor/canalc2.py +++ b/youtube_dl/extractor/canalc2.py @@ -16,8 +16,9 @@ class Canalc2IE(InfoExtractor):          'md5': '060158428b650f896c542dfbb3d6487f',          'info_dict': {              'id': '12163', -            'ext': 'mp4', -            'title': 'Terrasses du Numérique' +            'ext': 'flv', +            'title': 'Terrasses du Numérique', +            'duration': 122,          },          'params': {              'skip_download': True,  # Requires rtmpdump | 
