Browse Source

[letv] Add localized name

totalwebcasting
Yen Chi Hsuan 9 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 View 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 = [{


Loading…
Cancel
Save