Browse Source

[letv] Add localized name

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

+ 1 - 0
youtube_dl/extractor/letv.py

@@ -19,6 +19,7 @@ from ..utils import (
 
 
 
 
 class LetvIE(InfoExtractor):
 class LetvIE(InfoExtractor):
+    IE_DESC = '乐视网'
     _VALID_URL = r'http://www\.letv\.com/ptv/vplay/(?P<id>\d+).html'
     _VALID_URL = r'http://www\.letv\.com/ptv/vplay/(?P<id>\d+).html'
 
 
     _TESTS = [{
     _TESTS = [{