aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-07-29 18:41:42 +0700
committerSergey M․ <dstftw@gmail.com>2017-07-29 18:41:42 +0700
commit836ef2648613f4ca565b319af4769c02e35f60f6 (patch)
treea64b318572d755a6f6c5d4878e6c2dc252b39ee0 /youtube_dl/extractor/extractors.py
parentc04017519da74a375d6c1c95733d921e96d8ee82 (diff)
downloadyoutube-dl-836ef2648613f4ca565b319af4769c02e35f60f6.tar.xz
[soundcloud:trackstation] Add extractor (closes #13733)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 852942e0d..d2c5e8030 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -935,8 +935,9 @@ from .soundcloud import (
SoundcloudIE,
SoundcloudSetIE,
SoundcloudUserIE,
+ SoundcloudTrackStationIE,
SoundcloudPlaylistIE,
- SoundcloudSearchIE
+ SoundcloudSearchIE,
)
from .soundgasm import (
SoundgasmIE,