]> Raphaël G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/letv.py
Imported Upstream version 2015.07.21
[youtubedl] / youtube_dl / extractor / letv.py
index da896caf160f6f0a0ae49167ae546cd9da4d45fa..ba2ae80853d36ce1b9a98d109c2580bcdde65d5a 100644 (file)
@@ -19,6 +19,7 @@ from ..utils import (
 
 
 class LetvIE(InfoExtractor):
+    IE_DESC = '乐视网'
     _VALID_URL = r'http://www\.letv\.com/ptv/vplay/(?P<id>\d+).html'
 
     _TESTS = [{