On Wed, 20 Mar 2019, Celejar wrote:
On Wed, 20 Mar 2019 10:34:42 +0100 (CET)
Pierre Frenkiel <pierre.frenk...@gmail.com> wrote:
On Tue, 19 Mar 2019, riveravaldez wrote:
Maybe worth mentioning: youtube-dl, exceptionally useful and simple CLI tool.
useful and simple... but it works only for urls with alphanumeric characters
I tried with an url containing ? and &, and I got nothing
I tried also by escaping ? and & with \, and it was not better.
I'll send you an example later, if you are not convinced...
You can also try putting the url(s) in a file, and feeding the file to
youtube-dl via its -a option.
Celejar
At last, I fixed everything just by loadind the last version of youtube-dl
from the
yt-dl site
wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl
after that, I can do either
youtube-dl --no-playlist
'https://www.youtube.com/watch?v=VQd1IOyhKS4&list=RDEMlHFFKeq-aYlBhg-LtJ-SHw&start_radio=1'
or
youtube-dl https://www.youtube.com/watch?v=VQd1IOyhKS4
both give exactly the same result.
My question is why the Debian version so obsolte ans uneliable?
best regards,
--
Pierre Frenkiel