mirror of
https://git.sr.ht/~joren/streamrip-go
synced 2026-06-17 15:05:39 +02:00
improve CLI error semantics and soundcloud canonicalization
Auto-upgrade outdated configs on startup, add actionable SSL verification hints in rip error paths, and harden SoundCloud search/metadata with canonical URL handling and richer source IDs.
This commit is contained in:
@@ -105,6 +105,8 @@ func TestSoundcloudURL(t *testing.T) {
|
||||
inputs := []string{
|
||||
"https://soundcloud.com/artist-name/track-name",
|
||||
"https://soundcloud.com/artist-name/sets/playlist-name",
|
||||
"https://m.soundcloud.com/artist-name/track-name",
|
||||
"https://on.soundcloud.com/abcdef",
|
||||
}
|
||||
for _, input := range inputs {
|
||||
result := Parse(input)
|
||||
|
||||
Reference in New Issue
Block a user