How to download a youtube playlist with numbered prefix via youtube-dl?
The best solution I found is:
youtube-dl -o "%(playlist_index)s-%(title)s.%(ext)s" <playlist_link>
I think using
youtube-dl --auto-number url
will do it.
The best solution I found is:
youtube-dl -o "%(playlist_index)s-%(title)s.%(ext)s" <playlist_link>
I think using
youtube-dl --auto-number url
will do it.