aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPetr Půlpán <Pulpan3@gmail.com>2014-06-28 19:12:31 +0200
committerPetr Půlpán <Pulpan3@gmail.com>2014-06-28 19:12:31 +0200
commitf3f1cd6b3bb47c843b01c950650228a623602745 (patch)
tree103c592004a64823523b2f1de1f529d743c50946 /youtube_dl/extractor/__init__.py
parent803540e8119257cb2fabfdcd6632945385475448 (diff)
parenta69969ee058d3bcc71c90d547fdece0fdd03f7c0 (diff)
downloadyoutube-dl-f3f1cd6b3bb47c843b01c950650228a623602745.tar.xz
Merge pull request #3167 from Schnouki/motherless
* mother/motherless: [Motherless] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index a1aaeb4b7..f910d1a26 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -170,6 +170,7 @@ from .mpora import MporaIE
from .mofosex import MofosexIE
from .mooshare import MooshareIE
from .morningstar import MorningstarIE
+from .motherless import MotherlessIE
from .motorsport import MotorsportIE
from .moviezine import MoviezineIE
from .movshare import MovShareIE