diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-01-18 08:09:18 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-01-18 08:09:18 +0600 |
commit | fdb2ed7455d509a5f0b17ad5c1d721d5484bde8f (patch) | |
tree | 034a3cbae982bf0f65e83f9687041452523f8048 /youtube_dl/extractor/__init__.py | |
parent | ba319696a99f34342a321d23bb41d3d442a773cc (diff) |
[abc7news] Add extractor (Closes #4734)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 0902eb437..2b9d4455d 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -1,6 +1,7 @@ from __future__ import unicode_literals from .abc import ABCIE +from .abc7news import Abc7NewsIE from .academicearth import AcademicEarthCourseIE from .addanime import AddAnimeIE from .adobetv import AdobeTVIE |