Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
SoundcloudSet Extractor seems to ignore --flat-playlist #4035
Comments
|
It just happens that soundcloud gives all the playlist and track info in a single file, so we extract all the info from it. The internal option we use for |
|
Mh, okay, it would be nicer if the contents of a field would be somewhat consistent, but seems like it can't be helped. I added a workaround to our script. Thanks for the help, I'll close this later if there is no further discussion on this. |
|
I'm not sure what you mean by workaround in this context. The extraction is already done in these cases. There is no guarantee that there is a For example, some services may not have a URL (or even a view) for an individual video/song, but just always show the playlist. While youtube-dl could generate a token for each playlist entry, that token would be extremely inefficient because extraction would involve
A common scenario where this happens is that one where the playlist entries are different acts of a single TV episode. For many services, there is some way to fetch information about a single playlist entry, but there are no guarantees about that. |
|
I guess this can be closed. |
We always get a playlist with fully resolved individual clips back:
youtube-dl -J --flat-playlist 'https://soundcloud.com/sarahdonner/sets/that-is-a-pegasus'Is this intended?