瀏覽代碼

[CinemassacreIE] Use MD5 to check in TEST description

rzhxeo 12 年之前
父節點
當前提交
ca215e0a4f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/cinemassacre.py

+ 1 - 1
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,