When i try to download youtube video into mp3 using youtube-dl command line tool, i get an error like this : ffprobe or avprobe not found. Please install one. How to solve this issue?
Youtube-dl command line error:
ERROR: ffprobe or avprobe not found. Please install one.
Solution
The problem can be solve by installing ffmpeg package, like this:
The problem can be solve by installing ffmpeg package, like this:
sudo apt-get update
sudo apt-get install ffmpeg
0 comments:
Post a Comment