youtube-dl icon indicating copy to clipboard operation
youtube-dl copied to clipboard

[Soundcloud] Download Soundcloud GO+ high quality streams

Open unkernet opened this issue 1 year ago • 2 comments

Before submitting a pull request make sure you have:

In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:

  • [X] I am the original author of this code and I am willing to release it under Unlicense
  • [ ] I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

  • [ ] Bug fix
  • [X] Improvement
  • [ ] New extractor
  • [ ] New feature

Description of your pull request and other information

Added ability to download high quality 256k AAC streams with a Soundcloud GO+ account using cookies This is not the same as a #26265

python3 -m youtube_dl -F --cookies soundcloud.com_cookies.txt https://soundcloud.com/g-e-j-u/bm-geju-fractoids-garden-220831
[soundcloud] g-e-j-u/bm-geju-fractoids-garden-220831: Downloading webpage
[soundcloud] 1371317128: Downloading JSON metadata
[soundcloud] 1371317128: Downloading JSON metadata
[soundcloud] 1371317128: Downloading JSON metadata
[soundcloud] 1371317128: Downloading JSON metadata
[soundcloud] 1371317128: Downloading JSON metadata
[info] Available formats for 1371317128:
format code   extension  resolution note
hls_opus_64   opus       audio only audio@ 64k
hls_mp3_128   mp3        audio only audio@128k
hls_aac_256   aac        audio only audio@256k
http_mp3_128  mp3        audio only audio@128k
http_aac_256  aac        audio only audio@256k (best)

unkernet avatar Jun 16 '23 14:06 unkernet