diff options
author | Zach Bruggeman <mail@bruggie.com> | 2015-07-10 19:27:48 -0700 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-07-19 13:00:30 +0200 |
commit | 1dc31c2786b34f833acc5fc646afcf992f71444d (patch) | |
tree | b956b80e740dc296a7bec2c912f981b3fca1b420 /youtube_dl/extractor/__init__.py | |
parent | 32470bf619d31605dc9c51ad107839a097f829f4 (diff) |
[appleconnect] Add new extractor (fixes #6189)
Closes #6190.
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 d70de7690..5033d67ed 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -19,6 +19,7 @@ from .anysex import AnySexIE from .aol import AolIE from .allocine import AllocineIE from .aparat import AparatIE +from .appleconnect import AppleConnectIE from .appletrailers import AppleTrailersIE from .archiveorg import ArchiveOrgIE from .ard import ARDIE, ARDMediathekIE |