User Tools

Site Tools


youtube-dl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
youtube-dl [2022/06/02 01:55] vissieyoutube-dl [2022/09/10 01:13] (current) vissie
Line 1: Line 1:
-=====Install and setup===== +===== Install ===== 
-  sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl+ 
 +<code> 
 +sudo pip3 install yt-dlp 
 + 
 +</code> 
 + 
 +<code> 
 +yt-dlp --rm-cache-dir -f bestvideo+bestaudio https://www.youtube.com/watch?v=dfvlkdfjg8t3495873495 
 + 
 +</code> 
 + 
 +===== Install and setup (old) ===== 
 + 
 +<code> 
 +sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl 
 + 
 +</code>
  
 After fetching the file, you need to set a executable permission on the script to execute properly. After fetching the file, you need to set a executable permission on the script to execute properly.
-  sudo chmod a+rx /usr/local/bin/youtube-dl+ 
 +<code> 
 +sudo chmod a+rx /usr/local/bin/youtube-dl 
 + 
 +</code>
  
 Once installed, you can update it to the latest version using this command. This is helpful when you have been using it for a few months: Once installed, you can update it to the latest version using this command. This is helpful when you have been using it for a few months:
-  youtube-dl -U + 
-Using YouTube-dl for downloading videos: +<code> 
-To download a video file, simply run the following command. Where “VIDEO_URL” is the URL of the video that you want to download. +youtube-dl -U 
-  youtube-dl <video_url> + 
-  youtube-dl -f bestvideo+bestaudio "link to youtube video"+</code> 
 + 
 +Using YouTube-dl for downloading videos: To download a video file, simply run the following command. Where “VIDEO_URL” is the URL of the video that you want to download. 
 + 
 +<code> 
 +youtube-dl <video_url> 
 +youtube-dl -f bestvideo+bestaudio "link to youtube video" 
 +yt-dlp -f bestvideo+bestaudio -x --audio-format mp3  https://www.youtube.com/watch?v=1234567890abcd 
 +</code> 
 + 
youtube-dl.1654160154.txt.gz · Last modified: 2022/06/02 01:55 by vissie