1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-07 10:07:07 -05:00

[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