[YandexMusic] Add new extractor

This commit is contained in:
Mamay Alexander 2015-03-09 19:06:49 +06:00
parent f848215dfc
commit 4c60393854
2 changed files with 109 additions and 0 deletions

View file

@ -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