diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-04-04 00:05:43 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-04-04 00:05:43 +0200 |
commit | 6ff5f1221858a4ad815bfb8a2351be2aafba7e16 (patch) | |
tree | 6088af79a9d6f31a160907b8b2c07f8003f18b3a /youtube_dl/extractor/__init__.py | |
parent | 52a180684f66d8c7b5607c99dd5b11f6c0273ee1 (diff) |
[motorsport] Add extractor (Fixes #2688)
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 c9c400b61..12c10d962 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -154,6 +154,7 @@ from .mixcloud import MixcloudIE from .mpora import MporaIE from .mofosex import MofosexIE from .mooshare import MooshareIE +from .motorsport import MotorsportIE from .mtv import ( MTVIE, MTVIggyIE, |