Answers for "use youtube dl"

2

youtube dl

720p:
youtube-dl -f 22 http://www.youtube.com/watch?v=dQw4w9WgXcQ
360p:
youtube-dl -f 18 http://www.youtube.com/watch?v=dQw4w9WgXcQ

other formats:
https://www.reddit.com/r/youtubedl/comments/aa6uvq/how_do_i_download_a_video_or_playlist_at_480p_only/
Posted by: Guest on January-12-2021
1

YOUTUBE-DL

youtube-dl -f 22 --write-description --write-auto-sub --sub-lang en --autonumber-size [number] -o "%(autonumber)s-%(title)s.%(ext)s" [playlist-id]
Posted by: Guest on August-08-2021
0

downloading youtube playlists using youtube-dl in highest quality

youtube-dl -f best 'http://www.youtube.com/watch?v=P9pzm5b6FFY'
Posted by: Guest on September-01-2020
-1

youtube-dl don't replace videos

youtube-dl --download-archive downloaded.txt --no-post-overwrites -ciwx --audio-format mp3 -o "%(title)s.%(ext)s" [path here]
Posted by: Guest on October-26-2020

Browse Popular Code Answers by Language