diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-12-30 22:28:07 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-12-30 22:28:07 +0600 |
commit | a349873226c873a2f3bea9f5dffe167053cb1666 (patch) | |
tree | 0bf9507e1733a2135bc7936223708e3f917efb0c /youtube_dl/extractor/__init__.py | |
parent | fccae2b911970d0ffa97800b27e70b1937cd3058 (diff) |
[atresplayer] Add extractor (Closes #2341)
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 4f5a1ce18..c15786ad7 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -25,6 +25,7 @@ from .arte import ( ArteTVDDCIE, ArteTVEmbedIE, ) +from .atresplayer import AtresPlayerIE from .audiomack import AudiomackIE from .auengine import AUEngineIE from .azubu import AzubuIE |