Answers for "download play list youtube-dl"

1

youtube dl download playlist by index

youtube-dl -o "%(playlist_index)s-%(title)s.%(ext)s" "PLAYLIST_URL"
Posted by: Guest on November-25-2021
0

download play list youtube-dl

youtube-dl -i -f mp4 --yes-playlist 'playlist url'
Posted by: Guest on April-13-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language