Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom format #267

Open
alkeryn opened this issue Jan 5, 2019 · 7 comments
Open

Custom format #267

alkeryn opened this issue Jan 5, 2019 · 7 comments

Comments

@alkeryn
Copy link

alkeryn commented Jan 5, 2019

I would like to be able to use a custom format youtube-dl style
is there a
youtube-dl --playlist-reverse -f bestaudio/best --download-archive list.txt -cio '%(playlist_index)s-%(id)s %(title)s.%(ext)s' url
equivalent ?
or add track numbers but starting from the end of the playlist to the lattest added

Also a skip option would be cool to download playlists

@flyingrub
Copy link
Collaborator

There is currently no custom format support, but did you take a look at the -c option to skip already downloaded track ?

@alkeryn
Copy link
Author

alkeryn commented Jan 5, 2019

yes but it fails in one of my playlist because a track got deleted by soundcloud
found how to skip it using offset but not that practical

@flyingrub
Copy link
Collaborator

Could you give me the link of the playlist ?

@alkeryn
Copy link
Author

alkeryn commented Jan 6, 2019

https://soundcloud.com/braun-pierre-louis/sets/fav
it blocks at 46 i think
because the item got deleted by soundcloud, though not the playlist index somehow
weird case anyway

@flyingrub
Copy link
Collaborator

Your playlist is private it seems

@alkeryn
Copy link
Author

alkeryn commented Jan 7, 2019

@flyingrub
Copy link
Collaborator

flyingrub commented Jan 7, 2019

Mm I checked the soundcloud doc it seems they haven't updated their public API, to reflect this restriction changes ... https://help.soundcloud.com/hc/en-us/articles/115003563948-Can-t-find-a-track-anymore.
Moreover they still tag it as streamable...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants