[soundcloud/generic] Add support for playlists
This commit is contained in:
parent
b48f147d5a
commit
2099125333
5 changed files with 86 additions and 32 deletions
|
@ -237,7 +237,12 @@ from .smotri import (
|
|||
SmotriBroadcastIE,
|
||||
)
|
||||
from .sohu import SohuIE
|
||||
from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
|
||||
from .soundcloud import (
|
||||
SoundcloudIE,
|
||||
SoundcloudSetIE,
|
||||
SoundcloudUserIE,
|
||||
SoundcloudPlaylistIE
|
||||
)
|
||||
from .southparkstudios import (
|
||||
SouthParkStudiosIE,
|
||||
SouthparkDeIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue