yt-dlp -f wa -o "%(autonumber)03d - %(title)s.%(ext)s" "someyoutubeplaylist"
If the playlist you're downloading only has chapter names then they'll be out of order. Numbering them by modified date might not always work either.The Cow [HDenOsoOJXQ].mp4
The Family of Amran [jUondpleUD8].mp4
The Opening [KlCyXnSCcyM].mp4
The Women [rY8l3LkcLKw].mp4
so instead of getting out of order (like above) the playlist order is maintained001 - The Opening.mp4
002 - The Cow.mp4
003 - The Family of Amran.mp4
004 - The Women.mp4
005 - The Food.mp4
006 - The Cattle.mp4
007 - The Elevated Places.mp4
download a playlist and number in reverse since playlist is in reverse order.
yt-dlp -f wa --split-chapters --playlist-reverse -o "%(playlist_autonumber)03d - %(title)s.%(ext)s "someyoutubeplaylist URL"
>>Click here to continue<<