OPERATING SYSTEMSOS Linux

How to download video on Ubuntu/Linux from youtube ||طريقة تحميل الفديوهات من اليوتيوب والفيسبوك

الخطوة الاولى

Install YouTube-DL in Ubuntu/Linux Mint and Debian

$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install youtube-dl
الخطوة الثانية

Update: Similarly, instead using any third party PPA, you can use curl or
wget command to install latest version of youtube-dl script as shown

$ sudo curl https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl
OR

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl

الخطوة الثالثة
After downloading the script, set the executable permission.

$ sudo chmod a+rx /usr/local/bin/youtube-dl
الخطوة الرابعه
Update YouTube-DL
youtube-dl -U

الخطوة الخامسة
How to Use YouTube-DL to Download Videos
youtube-dl + لينك الفديو المراد تحميله
youtube-dl -cit + لينك البلاي ليست المراد تحميلها

source

ubuntu download

Leave a Reply

Your email address will not be published. Required fields are marked *