aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorMamay Alexander <alexander@mamay.su>2015-03-09 19:06:49 +0600
committerMamay Alexander <alexander@mamay.su>2015-03-09 19:06:49 +0600
commit4c6039385466e4be3a0e20459e75886052653de7 (patch)
tree7c62e8ab0ce25922ddd9d503771f57147347d448 /youtube_dl/extractor/__init__.py
parentf848215dfce232dfc6618c1cc49da44c3f7df75a (diff)
downloadyoutube-dl-4c6039385466e4be3a0e20459e75886052653de7.tar.xz
[YandexMusic] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py5
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