– sudo apt install youtube-dl
To download video,
– copy url from address bar
– in terminal, type
youtube-dl “copied url” (including double quote)
Bingo!
So, where’s downloaded videos?
Normally, youtube-dl saves videos in working directory of terminal, may be Home.
Normally, youtube-dl saves videos in working directory of terminal, may be Home.
You can set default destination as you like in two methods.
> First method <
Set destination manually by using -o option like
youtube-dl -o ~/Desktop/%(title)s.%(ext)s “copied url”
This will save the video in Desktop.
Set destination manually by using -o option like
youtube-dl -o ~/Desktop/%(title)s.%(ext)s “copied url”
This will save the video in Desktop.
> Second method <
open terminal and type
gedit ~/.config/youtube-dl.conf
and copy the following text and save.
–output “~/Desktop/VideoDownloads/%(title)s.%(ext)s”
Further downloads will go to Desktop automatically.
HEIN MYNNopen terminal and type
gedit ~/.config/youtube-dl.conf
and copy the following text and save.
–output “~/Desktop/VideoDownloads/%(title)s.%(ext)s”
Further downloads will go to Desktop automatically.
***JUST SH@RING***
0 Comments
အကြံပေးလိုတာ၊ တောင်းဆိုချင်တာရှိလျှင် ရေးခဲ့နိုင်ပါတယ်ခင်ဗျာ။