diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-09-08 05:40:00 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-09-08 05:40:00 +0600 |
commit | 7a459170fa476eb5b5dde790241b4e961e0d6a22 (patch) | |
tree | cc980faeecf09938a00551db3c752929039c1626 | |
parent | 3cf0df568a773bc6609712e57e4901868a3e303a (diff) |
[__init__] Remove musicvault
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 5d2ea39d0..57f55b479 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -347,7 +347,6 @@ from .mtv import ( ) from .muenchentv import MuenchenTVIE from .musicplayon import MusicPlayOnIE -from .musicvault import MusicVaultIE from .muzu import MuzuTVIE from .mwave import MwaveIE from .myspace import MySpaceIE, MySpaceAlbumIE |