Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

youtube dl text tracked playlist download

# Download playlist as mp3, tracking videos which are downloaded:
youtube-dl --download-archive downloaded.txt --no-post-overwrites -ciwx --audio-format mp3 -o "%(title)s.%(ext)s" <url>

# Download playlist as mp4 at highest quality, embedding metadata, thumbnail, subs, tracking videos which are downloaded
youtube-dl --download-archive downloaded.txt --no-post-overwrites -ciw -f bestvideo --merge-output-format mp4 --write-auto-sub --embed-thumbnail --embed-subs --add-metadata -o "%(title)s.%(ext)s" <url>
Comment

PREVIOUS NEXT
Code Example
Shell :: instalar ultima version de npm 
Shell :: how to use uf 
Shell :: how to install ruby on rails with curl 
Shell :: kubernetes cert kubeconfig 
Shell :: execute a scheme program 
Shell :: sns3 github 
Shell :: head until last line 
Shell :: run script on files in folder output to file 
Shell :: how to use syslog logging driver in kubernetes 
Shell :: git add interactively 
Shell :: installing custom indicators mt4 mac 
Shell :: install bc command mac 
Shell :: Installing Linux dedicated server for 7 days to die 
Shell :: see processes from other terminals 
Shell :: UsersremiaOneDriveBureauProjet1: command not found 
Shell :: systemd stop/start sshd services 
Shell :: install triangula 
Shell :: how to start lightdm from command line 
Shell :: git commit message encoding 
Shell :: protect chrome passwords with a password in ubuntu 
Shell :: how to remove pem pass phrase 
Shell :: clear github keychain passowrd from terminal 
Shell :: pm2 
Shell :: how to convert a multy digit array into a whole number 
Shell :: change hostname rhel 6 
Shell :: difference between - and -- in linux 
Shell :: ubuntu record video change time 
Shell :: get sentence in folder 
Shell :: where is /snap directory manjaro 
Shell :: using timeshift to make system snapshot like in windows & mac 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =