[mixcloud:stream] Add new extractor

Closes #7633
This commit is contained in:
Yen Chi Hsuan
2016-04-15 17:14:17 +08:00
parent dd91dfcd67
commit e6da9240d4
2 changed files with 70 additions and 12 deletions

View File

@ -415,7 +415,8 @@ from .mitele import MiTeleIE
from .mixcloud import (
MixcloudIE,
MixcloudUserIE,
MixcloudPlaylistIE
MixcloudPlaylistIE,
MixcloudStreamIE,
)
from .mlb import MLBIE
from .mnet import MnetIE