This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
youtube-dl [2022/06/28 02:16] – vissie | youtube-dl [2022/09/10 01:13] (current) – vissie | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Install and setup ===== | + | ===== Install ===== |
+ | |||
+ | < | ||
+ | sudo pip3 install yt-dlp | ||
+ | |||
+ | </ | ||
+ | |||
+ | < | ||
+ | yt-dlp --rm-cache-dir -f bestvideo+bestaudio https:// | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== Install and setup (old) ===== | ||
< | < | ||
Line 25: | Line 37: | ||
youtube-dl < | youtube-dl < | ||
youtube-dl -f bestvideo+bestaudio "link to youtube video" | youtube-dl -f bestvideo+bestaudio "link to youtube video" | ||
+ | yt-dlp -f bestvideo+bestaudio -x --audio-format mp3 https:// | ||
</ | </ | ||