1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[extractor/soundcloud] Support user permalink (#5842)

Closes #5841
Authored by: nosoop
This commit is contained in:
nosoop
2022-12-29 10:46:43 -08:00
committed by GitHub
parent ca2f6e14e6
commit e107c2b8cf
2 changed files with 22 additions and 0 deletions

View File

@ -1710,6 +1710,7 @@ from .soundcloud import (
SoundcloudSetIE,
SoundcloudRelatedIE,
SoundcloudUserIE,
SoundcloudUserPermalinkIE,
SoundcloudTrackStationIE,
SoundcloudPlaylistIE,
SoundcloudSearchIE,