youtube-dl

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

commit b931fbe5aba8e68a822f88d91d4ec424bc6509d3
parent e014ff015d5240bac9371e5ffe5342ce025a574f
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat, 11 Jul 2015 00:57:59 +0800

[yinyuetai] Add localized name

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

diff --git a/youtube_dl/extractor/yinyuetai.py b/youtube_dl/extractor/yinyuetai.py @@ -7,6 +7,7 @@ from ..utils import ExtractorError class YinYueTaiIE(InfoExtractor): IE_NAME = 'yinyuetai:video' + IE_DESC = '音悦Tai' _VALID_URL = r'https?://v\.yinyuetai\.com/video(?:/h5)?/(?P<id>[0-9]+)' _TESTS = [{ 'url': 'http://v.yinyuetai.com/video/2322376',