diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-07-21 00:28:55 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-07-21 00:28:55 +0700 |
commit | a5d524ef4676062335303ad249cc35a1a237ad07 (patch) | |
tree | 61f75120a32bf7ea63a7627154059805cffa0f2d /youtube_dl/extractor/allocine.py | |
parent | cceb5ec2370ea1de950520937361c3f9ed4fe12a (diff) |
[allocine] Update tests
Diffstat (limited to 'youtube_dl/extractor/allocine.py')
-rw-r--r-- | youtube_dl/extractor/allocine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/allocine.py b/youtube_dl/extractor/allocine.py index 34f0cd49b..7bd797884 100644 --- a/youtube_dl/extractor/allocine.py +++ b/youtube_dl/extractor/allocine.py @@ -32,7 +32,7 @@ class AllocineIE(InfoExtractor): 'id': '19540403', 'ext': 'mp4', 'title': 'Planes 2 Bande-annonce VF', - 'description': 'md5:c4b1f7bd682a91de6491ada267ec0f4d', + 'description': 'md5:eeaffe7c2d634525e21159b93acf3b1e', 'thumbnail': 're:http://.*\.jpg', }, }, { @@ -42,7 +42,7 @@ class AllocineIE(InfoExtractor): 'id': '19544709', 'ext': 'mp4', 'title': 'Dragons 2 - Bande annonce finale VF', - 'description': 'md5:e74a4dc750894bac300ece46c7036490', + 'description': 'md5:71742e3a74b0d692c7fce0dd2017a4ac', 'thumbnail': 're:http://.*\.jpg', }, }] |