diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-07-29 18:41:42 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-07-29 18:41:42 +0700 |
commit | 836ef2648613f4ca565b319af4769c02e35f60f6 (patch) | |
tree | a64b318572d755a6f6c5d4878e6c2dc252b39ee0 /youtube_dl/extractor/extractors.py | |
parent | c04017519da74a375d6c1c95733d921e96d8ee82 (diff) |
[soundcloud:trackstation] Add extractor (closes #13733)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 3 |
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, |