norbeyandresg / hades

This script takes a Spotify playlist, list and search each track on YouTube and download it to the specified path with the script root path as parent
164 stars 29 forks source link

[Solved] noob error #17

Closed SouzaEmerson closed 3 years ago

SouzaEmerson commented 3 years ago

can you please help me? I don't know what is going on.

ERROR: ffprobe/avprobe and ffmpeg/avconv not found. Please install one. Traceback (most recent call last): File "hades.py", line 131, in hades.download_tracks() File "hades.py", line 119, in download_tracks os.rename(src, dst)

norbeyandresg commented 3 years ago

Did you install the requirements file? if so, try to update the youtube-dl package

SouzaEmerson commented 3 years ago

sorry solved:

https://stackoverflow.com/a/50287946/14375840