diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-05-14 14:59:27 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-05-14 14:59:27 +0600 | 
| commit | 7d57d2e18be416faa593364966ccf667243fd3ea (patch) | |
| tree | 60c1c5ea70b4e6d1a9cd64a34df1ce3ee20ca935 | |
| parent | 38caa00d1848ae959beda46555f465634f7431a0 (diff) | |
[canalplus] Restore checksums in tests
| -rw-r--r-- | youtube_dl/extractor/canalplus.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/canalplus.py b/youtube_dl/extractor/canalplus.py index 71801488a..699b4f7d0 100644 --- a/youtube_dl/extractor/canalplus.py +++ b/youtube_dl/extractor/canalplus.py @@ -26,6 +26,7 @@ class CanalplusIE(InfoExtractor):      _TESTS = [{          'url': 'http://www.canalplus.fr/c-emissions/pid1830-c-zapping.html?vid=1263092', +        'md5': 'b3481d7ca972f61e37420798d0a9d934',          'info_dict': {              'id': '1263092',              'ext': 'flv', @@ -55,6 +56,7 @@ class CanalplusIE(InfoExtractor):          'skip': 'videos get deleted after a while',      }, {          'url': 'http://www.itele.fr/france/video/aubervilliers-un-lycee-en-colere-111559', +        'md5': 'f3a46edcdf28006598ffaf5b30e6a2d4',          'info_dict': {              'id': '1213714',              'ext': 'flv',  | 
