From: Yen Chi Hsuan Date: Fri, 10 Jul 2015 16:51:26 +0000 (+0800) Subject: [letv] Add localized name X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=963d0ce7e342841378945a8cb58d3c30bca02c60;p=youtube-dl [letv] Add localized name --- diff --git a/youtube_dl/extractor/letv.py b/youtube_dl/extractor/letv.py index da896caf1..ba2ae8085 100644 --- a/youtube_dl/extractor/letv.py +++ b/youtube_dl/extractor/letv.py @@ -19,6 +19,7 @@ from ..utils import ( class LetvIE(InfoExtractor): + IE_DESC = '乐视网' _VALID_URL = r'http://www\.letv\.com/ptv/vplay/(?P\d+).html' _TESTS = [{