Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SoundCloud] Add support to download 256kbps AAC from SoundCloud Go+ accounts #17920

Open
5 of 9 tasks
hpi48776 opened this issue Oct 18, 2018 · 5 comments
Open
5 of 9 tasks

Comments

@hpi48776
Copy link

hpi48776 commented Oct 18, 2018

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.10.05. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.10.05

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

Description of your issue, suggested solution and other information

As of October 17, 2018, users of SoundCloud Go+ can stream all audio in 256kbps AAC. Once you have upgraded to Go+, you opt-in your account to the feature by visiting Settings > Streaming > High quality audio. Only accounts with Go+ enabled are eligible to use this feature. A 30-day free trial is available.

I request that functionality is added to allow the ability to download user-uploaded content at this higher bitrate. Current youtube-dl users are limited to 128kbps MP3 or 64kbps Opus.

Thanks for your continued hard work.

@ArrEssJay
Copy link

I submitted a PR to support this #19173

@kiwec
Copy link

kiwec commented Sep 5, 2019

@ArrEssJay can you reopen the PR ? I believe it has been closed because you didn't check the unlicense fields correctly.

@tomsolarino
Copy link
Contributor

Here is a more recent PR, thanks @ArrEssJay for the original PR!

@blackjack4494
Copy link

Am just waiting for it to go through #26265

@clouedoc
Copy link

clouedoc commented Jun 1, 2022

Hello everyone, this feature seems to have been merged into the latest version.

nekfeu youtube-dl --cookies soundcloud.com_cookies.txt --get-format https://soundcloud.com/nekfeu/time-b-o-m-b                                       
http_mp3_128_preview - audio onlynekfeu youtube-dl --cookies soundcloud.com_cookies.txt --add-header "Authorization: OAuth 2-<extract-this-from-chrome-devtools>" --get-format https://soundcloud.com/nekfeu/time-b-o-m-b
hls_aac_256 - audio only

I've been able to download a whole set using this method.
I am uncertain if cookies.txt are needed, but I included them to be safe.

I suggest that this issue gets closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants