Browse Source

[yam] Add localized name

Yen Chi Hsuan 10 years ago
parent
commit
e014ff015d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/yam.py

+ 1 - 0
youtube_dl/extractor/yam.py

@@ -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 = [{