diff options
| author | rzhxeo <rzhxeot7z81b4700@mailcatch.com> | 2013-10-05 13:42:17 +0200 | 
|---|---|---|
| committer | rzhxeo <rzhxeot7z81b4700@mailcatch.com> | 2013-10-05 13:42:17 +0200 | 
| commit | ca215e0a4fdf42cba913f5b21d0e9e0e46814102 (patch) | |
| tree | f047298a60bf25ec3974664997f6f62c777ae0fc | |
| parent | 91a26ca559d225307d1bcaac74a5ca499748adc5 (diff) | |
[CinemassacreIE] Use MD5 to check in TEST description
| -rw-r--r-- | youtube_dl/extractor/cinemassacre.py | 2 | 
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,  | 
