diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-09 21:46:44 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-09 21:46:44 +0600 |
commit | c36cbe5a8ac0fc06f16ee8c4469c320379e67cea (patch) | |
tree | eba31fc7312c063de5607807398bafe0fde2fe07 /youtube_dl/extractor/__init__.py | |
parent | f848215dfce232dfc6618c1cc49da44c3f7df75a (diff) | |
parent | 41b2194f86c9440d2d095db3eaec90784703fa7b (diff) |
Merge branch 'MamayAlexander-YandexMusic'
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..20bc73dce 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 .yandexmusic import ( + YandexMusicTrackIE, + YandexMusicAlbumIE, + YandexMusicPlaylistIE, +) from .yesjapan import YesJapanIE from .ynet import YnetIE from .youjizz import YouJizzIE |