ErrorFlynn / ytdlp-interface

Windows graphical interface for yt-dlp, designed as a simple YouTube downloader
MIT License
1.1k stars 58 forks source link

SoundCloud playlist (sets) support #145

Closed azumukupoe closed 3 months ago

azumukupoe commented 4 months ago

It's supported by yt-dlp itself but not by ytdlp-interface

azumukupoe commented 4 months ago

I'm getting the following error with every sets URL [json.exception.parse_error.101] parse error at line 2, column 1: syntax error while parsing value - unexpected {; expected end of input

ErrorFlynn commented 4 months ago

The URLs I tested worked for me (for example https://soundcloud.com/soundcloud/sets/origins-john-summit). Can you give an example of a URL that doesn't work?

ErrorFlynn commented 4 months ago

Never mind, I understand what the problem is. I'll probably release a patch version soon with the fix.