diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-03-03 03:14:00 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-03-03 03:27:55 +0800 |
commit | 2eb25b256bf38db9f35696822cee399099eb4777 (patch) | |
tree | 7ad44fb730f794a08ab395140599937c8c878227 /youtube_dl/extractor/__init__.py | |
parent | f3bc19a989d9f6d6b21abd4271cb99a18897069f (diff) |
[letv] Merge LetvTvIE into LetvPlaylistIE
And
1. Add more URL examples
2. Improve the matching pattern
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index b3bf73963..19c563172 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -354,7 +354,6 @@ from .lecture2go import Lecture2GoIE from .lemonde import LemondeIE from .letv import ( LetvIE, - LetvTvIE, LetvPlaylistIE, LetvCloudIE, ) |