diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-03-03 03:24:20 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-03-03 03:27:55 +0800 |
commit | 8c5a9944246d459f0eac876ae358dedb32fc890a (patch) | |
tree | 54c27117dc14a9368abdd20bce30e9da6bdbb25d /youtube_dl/extractor/__init__.py | |
parent | 2eb25b256bf38db9f35696822cee399099eb4777 (diff) |
[leeco] Letv renamed to LeEco
LeEco is the company name and Le is the domain name.
For more information see the Chinese news post
http://www.techorz.com/company-news/letv-renamed-to-leeco-and-new-logo/
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 19c563172..037654a23 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -352,9 +352,9 @@ from .la7 import LA7IE from .laola1tv import Laola1TvIE from .lecture2go import Lecture2GoIE from .lemonde import LemondeIE -from .letv import ( - LetvIE, - LetvPlaylistIE, +from .leeco import ( + LeIE, + LePlaylistIE, LetvCloudIE, ) from .libsyn import LibsynIE |