[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:
parent
97df4dac1d
commit
c4e112e8d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue