diff options
author | Thomas van der Berg <ik@thomasvanderberg.nl> | 2018-01-31 23:00:30 +0100 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-06-12 01:37:29 +0700 |
commit | b2df66aecab9faea206cb72e715dfa1394a6d182 (patch) | |
tree | eb5017e563375f5438a59da5230de3f3281c2d9a /youtube_dl/extractor/extractors.py | |
parent | 93cffb1444131375e822b0c01e23dc4819911419 (diff) |
[tvnet] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 6df829054..e6d1fe70e 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1306,6 +1306,7 @@ from .vrv import ( VRVSeriesIE, ) from .vshare import VShareIE +from .vtv import VTVIE from .medialaan import MedialaanIE from .vube import VubeIE from .vuclip import VuClipIE |