0

Trying to download an audio from youtube.

youtube-dl --extract-audio --audio-format mp3 https://www.youtube.com/watch?v=ILSr9BbhoJQ
[youtube] ILSr9BbhoJQ: Downloading webpage
[youtube] ILSr9BbhoJQ: Downloading video info webpage
ERROR: ILSr9BbhoJQ: "token" parameter not in video info for unknown reason; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Then I did this.

sudo apt-get remove youtube-dl
sudo mkdir -pv /usr/local/bin
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
andy@7_~/Downloads$ youtube-dl -U
bash: /usr/bin/youtube-dl: No such file or directory

youtube-dl is in /usr/bin directory.

fixit7
  • 3,399

1 Answers1

-1

This came from a Mozilla support group.

Clip Grab

Download it from here.

https://clipgrab.org/faqs/howto-download-youtube-video

Just double click it to run the program.

fixit7
  • 3,399