diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-06-21 18:55:26 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-06-21 18:55:26 +0800 |
commit | 607841af64d308eaf577e528fd7317a8b382b8e6 (patch) | |
tree | ebb745e0187916dae75c44c229bb602e7f66577a /youtube_dl/extractor/__init__.py | |
parent | 396726244a9096f142f5420ba5f3a1a36abb9a86 (diff) |
[adobetv] Support embeddable videos (closes #6039)
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 6c548d8e9..0f4af88f0 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -4,7 +4,10 @@ from .abc import ABCIE from .abc7news import Abc7NewsIE from .academicearth import AcademicEarthCourseIE from .addanime import AddAnimeIE -from .adobetv import AdobeTVIE +from .adobetv import ( + AdobeTVIE, + AdobeTVVideoIE, +) from .adultswim import AdultSwimIE from .aftenposten import AftenpostenIE from .aftonbladet import AftonbladetIE |