[BUGFIX] Fix soundcloud not downloading tracks (#1419)

The /tracks URL is currently broken in yt-dlp. Now uses the input URL which will download the entire artists' page instead to get non-album tracks.
This commit is contained in:
Jesse Bannon 2026-01-23 09:23:34 -08:00 committed by GitHub
parent 97df4dac1d
commit c4e112e8d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ presets:
urls:
# The first URL will be all the artist's tracks.
# Treat these as singles - an album with a single track
- url: "{url}/tracks"
- url: "{url}"
include_sibling_metadata: False
variables:
sc_track_album: "{title}"