youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit e014ff015d5240bac9371e5ffe5342ce025a574f
parent 4fa5f402321c71d6b2d8a281b60b8a23041c0e8f
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat, 11 Jul 2015 00:53:08 +0800

[yam] Add localized name

Diffstat:
Myoutube_dl/extractor/yam.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/yam.py b/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 = [{