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

[soundcloud] Add related tracks extractor (#1000)

Authored by: Lapin0t
This commit is contained in:
Lapinot
2021-12-20 02:14:19 +01:00
committed by GitHub
parent e75bb0d6c3
commit c2dedf12e8
2 changed files with 52 additions and 2 deletions

View File

@ -1357,6 +1357,7 @@ from .soundcloud import (
SoundcloudEmbedIE,
SoundcloudIE,
SoundcloudSetIE,
SoundcloudRelatedIE,
SoundcloudUserIE,
SoundcloudTrackStationIE,
SoundcloudPlaylistIE,