]> Raphaël G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/yam.py
Imported Upstream version 2015.07.21
[youtubedl] / youtube_dl / extractor / yam.py
index 9d851bae3b779d8ce434742d6f5ef70d3f423936..001ee17b6f93d457bdc2fbdaf802b61ef19e1b41 100644 (file)
@@ -14,6 +14,7 @@ from ..utils import (
 
 
 class YamIE(InfoExtractor):
+    IE_DESC = '蕃薯藤yam天空部落'
     _VALID_URL = r'http://mymedia.yam.com/m/(?P<id>\d+)'
 
     _TESTS = [{