diff options
| -rw-r--r-- | youtube_dl/extractor/canalplus.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/canalplus.py b/youtube_dl/extractor/canalplus.py index a67aed027..4f66124fd 100644 --- a/youtube_dl/extractor/canalplus.py +++ b/youtube_dl/extractor/canalplus.py @@ -14,7 +14,7 @@ class CanalplusIE(InfoExtractor):      _TEST = {          'url': 'http://www.canalplus.fr/c-infos-documentaires/pid1830-c-zapping.html?vid=922470', -        'md5': '60c29434a416a83c15dae2587d47027d', +        'md5': '3db39fb48b9685438ecf33a1078023e4',          'info_dict': {              'id': '922470',              'ext': 'flv',  | 
