Youtube-dl is a command line tool that allows downloading videos from YouTube and other similar websites.
Recently, youtube-dl has received support for 17 new websites: hotnewhiphop.com, auengine.com, gamespot.com, RingTV, wat.tv, traileraddict.com, tu.tv, instagram.com, Statigr.am, break.com, tudou.com, Jukebox, Wimp.com, CSpan, 3sat, brightcove.com and archive.org.
Compared to the version available in the Ubuntu repositories (13.04, 12.10 or 12.04), there are many other changes in the latest youtube-dl (version 2013.07.08.1), including:
- Improved support for encrypted signatures in Youtube;
- Improved support for videos from ArteTv;
- Vimeo: allow to download password protected videos;
- Youtube: A lot of work for downloading VEVO videos;
- Fixed downloading from Google+ videos;
- Added support for downloading automatic transcribed subtitles;
- Added support for downloading subtitles in WebVTT (vtt) format;
- Improved support for Youtube's crypto signing fields;
- YouTube subscription feed download support;
- Dailymotion: fixed the download of the video in the max quality;
- Fixed bash completion.
Besides the newly added websites, youtube-dl also supports: YouTube (besides single videos it also supports playlists, searches and user videos), metacafe.com, Google Video (including searches), Pinsthotobucket, Dailymotion, DepositFiles, blip.tv, Vimeo, myvideo.de, The Daily Show / Colbert Nation, The Escapist, CollegeHumor, arte.tv, Soundcloud, xvideos, infoq, mixcloud, Stanford Open Content, Youku, MTV, Xnxx, Google Plus and there's also a generic downloader that works with some other sites.
The application comes with many useful features, including options to specify the video quality/format, add the original title to the downloaded video filename, proxy support, automatically extract audio from downloaded videos and more.
Install youtube-dl in Ubuntu
Ubuntu users can install the latest youtube-dl from the main WebUpd8 PPA (note: the PPA contains some other packages so check out the package list before adding it):
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install youtube-dl
You can manually download and install the deb if you don't want to add the PPA.
youtube-dl can update itself if installed manually however, to make sure you have the all the required dependencies, proper bash completion, etc., it's better to use the PPA / deb above.
Other Linux distributions: search for youtube-dl in the repositories or download it from HERE. You can update it to the latest version using the following command: "youtube-dl -U".
To download a video, simply use the following command:
youtube-dl http://VIDEO_URL
where "VIDEO_URL" is the url of the video you want to download. To see all the available options, type the following commands in a terminal: "man youtube-dl" or "youtube-dl -h".
0 comments:
Post a Comment