diff options
author | Tithen-Firion <Tithen-Firion@users.noreply.github.com> | 2017-04-27 22:07:42 +0200 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2017-04-28 03:07:42 +0700 |
commit | dde97ea8da64aae2fc328ea5e34645fad8d9b29d (patch) | |
tree | 14e0c8af46f340f638d9f286d8827914e2b21c8b /youtube_dl/extractor | |
parent | 30bb6ce1a49f37f11afdca96fa7fd62ec56395c3 (diff) |
[canalc2] Update test
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/canalc2.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/canalc2.py b/youtube_dl/extractor/canalc2.py index f1f128c45..acd87e371 100644 --- a/youtube_dl/extractor/canalc2.py +++ b/youtube_dl/extractor/canalc2.py @@ -16,13 +16,10 @@ class Canalc2IE(InfoExtractor): 'md5': '060158428b650f896c542dfbb3d6487f', 'info_dict': { 'id': '12163', - 'ext': 'flv', + 'ext': 'mp4', 'title': 'Terrasses du Numérique', 'duration': 122, }, - 'params': { - 'skip_download': True, # Requires rtmpdump - } }, { 'url': 'http://archives-canalc2.u-strasbg.fr/video.asp?idVideo=11427&voir=oui', 'only_matching': True, |