[mixcloud] Added support for user uploads, playlists, favorites and listens.

Fixes #3750 and #5272
This commit is contained in:
Philip Huppert 2015-10-05 00:41:20 +02:00
parent 466a614537
commit c96eca426b
2 changed files with 203 additions and 3 deletions

View file

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