diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-12 16:13:36 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-12 16:13:36 +0600 |
commit | 9f15bdabc85add582d78a6dd57cfbb56cb33baff (patch) | |
tree | 63fd9b8170509598f2ebb10ac6c4d718eb521532 /youtube_dl/extractor/__init__.py | |
parent | fff3455f58153879214c2f08b05de1555f9cc73a (diff) |
[tvc] Separate embed extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 6dc3cbff4..a8d3a8928 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -584,7 +584,10 @@ from .tv2 import ( TV2ArticleIE, ) from .tv4 import TV4IE -from .tvc import TVCIE +from .tvc import ( + TVCIE, + TVCEmbedIE, +) from .tvigle import TvigleIE from .tvp import TvpIE, TvpSeriesIE from .tvplay import TVPlayIE |