Blog
$ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm $ rpm -ivh epel-release-7-10.noarch.rpmInstalls Youtube-dl:
$ yum install youtube-dlif you dont want do enable EPEL Repository, use the below commands
# wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl chmod a+rx /usr/local/bin/youtube-dlInstall Youtube-dl on Ubuntu:
$ sudo add-apt-repository ppa:nilarimogard/webupd8 $ sudo apt-get update $ sudo apt-get install youtube-dl
youtube-dl https://www.youtube.com/watch?v=1jwX9CLaVv8
youtube-dl --extract-audio --audio-format mp3 --output "%(uploader)s%(title)s.mp3" https://www.youtube.com/playlist?list=PL9mwVLmXt_OcPAkvoFi2z3XPfxwfUCVys --playlist-start 1
youtube-dl -F https://www.youtube.com/playlist?list=PL9mwVLmXt_OcPAkvoFi2z3XPfxwfUCVysSupported formats are displayed as below,
242 webm 300x240 DASH video 170k , vp9, 1fps, video only, 2.50MiB 17 3gp 176x144 small , mp4a.40.2, mp4v.20.3 36 3gp 320x240 small , mp4a.40.2, mp4v.20.3 5 flv 400x240 small 43 webm 640x360 medium , vorbis, vp8.0 18 mp4 640x360 medium , mp4a.40.2, avc1.42001E (best)
youtube-dl -f 18 https://www.youtube.com/playlist?list=PL9mwVLmXt_OcPAkvoFi2z3XPfxwfUCVys
Blog
Privacy Policy | Copyright2020 - All Rights Reserved. | Contact us
| Report website issues in Github
| Facebook page
| Google+ page