1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-02 11:43:30 +00:00

[soundcloud] Add Soundcloud search extractor

This commit is contained in:
reiv
2015-10-17 18:23:46 +02:00
committed by Sergey M․
parent 4137196899
commit 2abf7cab80
2 changed files with 89 additions and 2 deletions
+2 -1
View File
@@ -576,7 +576,8 @@ from .soundcloud import (
SoundcloudIE,
SoundcloudSetIE,
SoundcloudUserIE,
SoundcloudPlaylistIE
SoundcloudPlaylistIE,
SoundcloudSearchIE
)
from .soundgasm import (
SoundgasmIE,