youtube-dl
youtube-dl copied to clipboard
[Soundcloud] Download Soundcloud GO+ high quality streams
Before submitting a pull request make sure you have:
- [X] Searched the bugtracker for similar pull requests
- [X] Read adding new extractor tutorial
- [X] Read youtube-dl coding conventions and adjusted the code to meet them
- [X] Covered the code with tests (note that PRs without tests will be REJECTED)
- [X] Checked the code with flake8
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)