about summary refs log tree commit diff
path: root/youtube_dl/extractor/cinemassacre.py
diff options
context:
space:
mode:
authorrzhxeo <rzhxeot7z81b4700@mailcatch.com>2013-10-05 13:42:17 +0200
committerrzhxeo <rzhxeot7z81b4700@mailcatch.com>2013-10-05 13:42:17 +0200
commitca215e0a4fdf42cba913f5b21d0e9e0e46814102 (patch)
treef047298a60bf25ec3974664997f6f62c777ae0fc /youtube_dl/extractor/cinemassacre.py
parent91a26ca559d225307d1bcaac74a5ca499748adc5 (diff)
downloadyoutube-dl-ca215e0a4fdf42cba913f5b21d0e9e0e46814102.tar.gz
youtube-dl-ca215e0a4fdf42cba913f5b21d0e9e0e46814102.tar.xz
youtube-dl-ca215e0a4fdf42cba913f5b21d0e9e0e46814102.zip
[CinemassacreIE] Use MD5 to check in TEST description
Diffstat (limited to 'youtube_dl/extractor/cinemassacre.py')
-rw-r--r--youtube_dl/extractor/cinemassacre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/cinemassacre.py b/youtube_dl/extractor/cinemassacre.py
index 181f57e76..17a7916cb 100644
--- a/youtube_dl/extractor/cinemassacre.py
+++ b/youtube_dl/extractor/cinemassacre.py
@@ -14,7 +14,7 @@ class CinemassacreIE(InfoExtractor):
         u'info_dict': {
             u'upload_date': u'20121110', 
             u'title': u'“Angry Video Game Nerd: The Movie” – Trailer',
-            #u'description': u'“Angry Video Game Nerd: The Movie” is...', # Description is too long
+            u'description': u'md5:fb87405fcb42a331742a0dce2708560b',
         },
         u'params': {
             u'skip_download': True,