diff options
author | Mamay Alexander <alexander@mamay.su> | 2015-03-09 19:06:49 +0600 |
---|---|---|
committer | Mamay Alexander <alexander@mamay.su> | 2015-03-09 19:06:49 +0600 |
commit | 4c6039385466e4be3a0e20459e75886052653de7 (patch) | |
tree | 7c62e8ab0ce25922ddd9d503771f57147347d448 /youtube_dl/extractor/__init__.py | |
parent | f848215dfce232dfc6618c1cc49da44c3f7df75a (diff) |
[YandexMusic] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 14172ca56..2db938516 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -611,6 +611,11 @@ from .yahoo import ( YahooSearchIE, ) from .yam import YamIE +from .yamusic import ( + YandexMusicTrackIE, + YandexMusicAlbumIE, + YandexMusicPlaylistIE, +) from .yesjapan import YesJapanIE from .ynet import YnetIE from .youjizz import YouJizzIE |