[mixcloud] Added support for user uploads, playlists, favorites and listens.
Fixes #3750 and #5272
This commit is contained in:
parent
466a614537
commit
c96eca426b
2 changed files with 203 additions and 3 deletions
|
@ -411,7 +411,11 @@ from .minoto import MinotoIE
|
|||
from .miomio import MioMioIE
|
||||
from .mit import TechTVMITIE, MITIE, OCWMITIE
|
||||
from .mitele import MiTeleIE
|
||||
from .mixcloud import MixcloudIE
|
||||
from .mixcloud import (
|
||||
MixcloudIE,
|
||||
MixcloudUserIE,
|
||||
MixcloudPlaylistIE
|
||||
)
|
||||
from .mlb import MLBIE
|
||||
from .mnet import MnetIE
|
||||
from .mpora import MporaIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue