Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Issue
I can not download anything from soundcloud via youtube-dl. I get a 401 error Unauthorized. full output below
Cause:
I believe the API key used for soundcloud is no longer valid. I've tested this on multiple installations, and also tried navigating to the api manually in my web browser with youtube-dl's key with no success.
Solution:
I created my own soundcloud API key to test in the browser and that works fine. So next I downloaded the youtube-dl code, changed the soundcloud API key to my newly created one and low an behold, it works as expected. So replacing the API key with a new one for soundcloud should fix it
Full Output with the current API key