diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-20 17:05:28 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-20 17:05:39 +0100 |
commit | aa94a6d3159af8333b56d16f3ed0bc3a164a882a (patch) | |
tree | 34c838d89031442e68d941bd7f25e93098ea1ec0 /youtube_dl/extractor/__init__.py | |
parent | 768df745385a283f4df3a38ee4734feec518ec87 (diff) |
[aparat] Add support (Fixes #2012)
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 7f2f8806e..7de9d594a 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -1,6 +1,7 @@ from .academicearth import AcademicEarthCourseIE from .addanime import AddAnimeIE from .anitube import AnitubeIE +from .aparat import AparatIE from .appletrailers import AppleTrailersIE from .archiveorg import ArchiveOrgIE from .ard import ARDIE |