diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-12 16:29:10 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-12 16:29:10 +0600 |
commit | 3507766bd0c1e753724ffe23c6d35b903bfc51a0 (patch) | |
tree | 73c4c1c49945071bbc0c4cb0cb27527e8bf468c6 /youtube_dl/extractor/__init__.py | |
parent | ff0f0b9172e432ebbfca88da91278554eb47c307 (diff) | |
parent | f37bdbe537134f1ece0819e2aa677b1fec0c1cc8 (diff) |
Merge branch 'hlintala-tvc'
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 680d27d2d..18b1c5e54 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -584,6 +584,10 @@ from .tv2 import ( TV2ArticleIE, ) from .tv4 import TV4IE +from .tvc import ( + TVCIE, + TVCArticleIE, +) from .tvigle import TvigleIE from .tvp import TvpIE, TvpSeriesIE from .tvplay import TVPlayIE |