diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-12 16:24:13 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-12 16:24:13 +0600 |
commit | 954c1d05299ae7c6a51db46c1ac33ddf150266c6 (patch) | |
tree | 3bf087da7a41458ff35fe610a3f23359251b573d /youtube_dl/extractor/__init__.py | |
parent | 494f20cbdca8e76e3cb452bb0feabcb855d9b4a7 (diff) |
[tvc] Refactor extractor names
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index a8d3a8928..18b1c5e54 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -586,7 +586,7 @@ from .tv2 import ( from .tv4 import TV4IE from .tvc import ( TVCIE, - TVCEmbedIE, + TVCArticleIE, ) from .tvigle import TvigleIE from .tvp import TvpIE, TvpSeriesIE |