I just installed youtube-dl by doing sudo apt-get install youtube-dl
, but after typing $ youtube-dl --version
, I get 2016.02.22
, which seems updated according to their github page, that says they are in version 2016.11.14.1
.
I suppose I could remove it and download the package from their github page, but I wonder why it didn't work using apt-get, and how could I fix it, since using apt seems the standard way of doing it.