-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
[Feature Request] Full resolution SoundCloud artwork download #19071
Comments
I was just about to make this request, thanks for putting it in! |
This is already possible, by using the
However, I am not sure if it should be made permanent, I would prefer an option for choosing the thumbnail quality. EDIT: I just tried it on a huge amount of tracks, and out of 897 tracks, 48 did not have an original sized thumbnail, so it is not always available. |
@AwesomeAwesomeAwesome @RomanKarwacik: |
Problem solved. |
- improve format extraction(closes #22123) - extract uploader_id and uploader_url(closes #21916) - extract all known thumbnails(closes #19071)(closes #20659) - fix extration for private playlists(closes #20976) - add support for playlist embeds(#20976) - skip preview formats(closes #22806)
- improve format extraction(closes #22123) - extract uploader_id and uploader_url(closes #21916) - extract all known thumbnails(closes #19071)(closes #20659) - fix extration for private playlists(closes #20976) - add support for playlist embeds(#20976) - skip preview formats(closes #22806)
What is the purpose of your issue?
If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included:
SoundCloud provides for most of its tracks a high resolution artwork
And it's extremely easy to access! You simply need to replace the
-t500x500
part of the url withoriginal
or in some very rare cases withoriginal size
.There already exists a script that adds a download button for every artwork (https://greasyfork.org/en/scripts/14591-soundcloud-album-art-downloader), however there is no way to automatise it.
An additional handle to force download full/original size artwork would simplify the process.
The text was updated successfully, but these errors were encountered: