KevCui / animepahe-dl

:arrow_down: animepahe anime downloader
Do What The F*ck You Want To Public License
101 stars 24 forks source link

Parallel jobs to download is not working #77

Closed savanchhayani closed 2 years ago

savanchhayani commented 2 years ago

Hi,

I am trying to download episodes with parallel jobs, but I am facing the below error every time. Is there any solution available?

Error:

./Naruto/4.mp4: No such file or directory

Screenshot 2022-09-22 at 10 20 03 PM
KevCui commented 2 years ago

Hey @savanchhayani, from the screenshot, it looks like realpath command was not found on your machine. This command binary should be included in GNU coreutils, please install it and it should work without error.