This website requires JavaScript.
Explore
Help
Sign In
aw
/
snippets
Watch
1
Fork
0
You've already forked snippets
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d78e6e3adb
snippets
/
youtube-numbered-dl
4 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
download playlist sequentially with number prefix
2021-01-27 10:15:24 +01:00
#!/usr/bin/env bash
change youtube scripts to use yt-dlp instead of youtube-dl
2021-12-08 13:11:19 +01:00
yt-dlp -o '%(playlist_index)s-%(title)s.%(ext)s' "$1"
Reference in New Issue
Copy Permalink