Tuesday 24 October 2017

Youtube-DL 2017.10.20, a Youtube Video Downloader released

youtube-dl is a command-line program to download videos from YouTube.com. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.

Here's is the list of all the supported sites, ordered alphabetically:
  • 1tv: Первый канал
  • 1up.com
  • 20min
  • 220.ro
  • 22tracks:genre
  • 22tracks:track
  • 24video
  • 3qsdn: 3Q SDN
  • 3sat
  • 4tube
  • 56.com
  • 5min
  • 8tracks
  • 91porn
  • 9gag
  • 9now.com.au
  • abc.net.au
  • Abc7News
  • abcnews
  • abcnews:video
  • AcademicEarth:Course
  • acast
  • acast:channel
  • AddAnime
  • AdobeTV
  • AdobeTVChannel
  • more sites.
youtube-dl 2017.10.20 Changelog:
Core
  • [downloader/fragment] Report warning instead of error on inconsistent download state
  • [downloader/hls] Fix total fragments count when ad fragments exist
Extractors
  • [parliamentliveuk] Fix extraction
  • [soundcloud] Update client id
  • [servus] Add support for servus.com
  • [unity] Add support for unity3d.com
  • [youtube] Replace youtube redirect URLs in description
  • [pbs] Restrict direct video URL regular expression
  • [drtv] Respect preference for direct HTTP formats
  • [eporner] Add support for embed URLs
  • [arte] Capture and output error message
  • [niconico] Improve uploader metadata extraction robustness

How to install youtube-dl 2017.10.20 on Ubuntu 17.10, Ubuntu 17.04, Ubuntu 16.04, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 Vivid Vervet, Ubuntu 14.04 Trusty Tahr and derivative systems like Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint 6, Peppermint 5, LXLE 14.04 and Linux Lite 2

 Open terminal and insert command line...

$ sudo curl -L https://yt-dl.org/downloads/2017.10.20/youtube-dl -o /usr/local/bin/youtube-dl

$ sudo chmod a+rx /usr/local/bin/youtube-dl

 If you do not have curl, you can alternatively use wget:

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

$ sudo chmod a+rx /usr/local/bin/youtube-dl

Command showing how to download a Youtube Video:

$ youtube-dl 'the url address of video to download'

Harry

Author & Editor

A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.