Youtube-dl

download videos from youtube.com or other video platforms - youtube-dl.org

There was a point in the past where video platforms were competing, and by no means was it clear that YouTube would end up dominating this area to the point of being close to a monopoly… When YouTube won that race, they won it with a given set of parameters, including the kind and amount of ads they show… YouTube is increasingly moving away from the parameters of this implicit agreement. - about the “morality” of Adblocking

see also

Youtube tracking

?si= parameter from your YouTube share links uniquely identifies you and allows Google to track your social circle with certainty. (Not that they couldn’t do it already) - HN

Youtube Alternatives

fork

Others

Select the video quality

# list availabe encoding
youtube-dl -F 'http://www.youtube.com/watch?v=P9pzm5b6FFY'

# choose one
youtube-dl -f 22 'http://www.youtube.com/watch?v=P9pzm5b6FFY'

# merge two video+audio
youtube-dl -f 22+136 'http://www.youtube.com/watch?v=P9pzm5b6FFY'

# download many format
youtube-dl -f 22,136 'http://www.youtube.com/watch?v=P9pzm5b6FFY'

# [download playlist](https://superuser.com/questions/993993/youtube-dl-download-playlist-in-respective-directory)
youtube-dl -o '%(playlist_title)s/%(playlist_index)s_%(title)s.%(ext)s' "https;//url&list="

Downloading multiple videos from a list

youtube-dl -a FILE   # --batch-file=FILE, '-' for stdin

How do I pass cookies to youtube-dl?

  • –cookies /path/to/cookies.txt
Written on April 28, 2019, Last update on November 1, 2023
video youtube