Ubuntu 16.04: Verify latest youtube-dl
version:
$ sudo apt-get install youtube-dl
youtube-dl is already the newest version (2016.02.22-1).
0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded.
Why does video's URL fail?
$ youtube-dl -F https://www.youtube.com/watch?v=ZFzSCJHp0lo
[youtube] ZFzSCJHp0lo: Downloading webpage
[youtube] ZFzSCJHp0lo: Downloading video info webpage
WARNING: Unable to extract video title
ERROR: This video is unavailable.
Python Version
$ readlink -f $(which python) | xargs -I % sh -c 'echo -n "%: "; % -V'
/usr/bin/python2.7: Python 2.7.12
See youtube-dl: Download Page.
The above steps will install latest version of youtube-dl that can be checked using
youtube-dl --version
. As of now the output ofyoutube-dl --version
is: