diff options
| -rw-r--r-- | youtube_dl/extractor/soundcloud.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py index e31b4596a..118ca4832 100644 --- a/youtube_dl/extractor/soundcloud.py +++ b/youtube_dl/extractor/soundcloud.py @@ -307,6 +307,9 @@ class SoundcloudUserIE(SoundcloudIE):              'title': 'The Royal Concept',          },          'playlist_mincount': 1, +    }, { +        'url': 'https://soundcloud.com/the-akashic-chronicler/tracks', +        'only_matching': True,      }]      def _real_extract(self, url): | 
