AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
213 stars 28 forks source link

ffmpeg does not understand backslash in absolute path for key #158

Closed fireattack closed 3 months ago

fireattack commented 3 months ago

ffmpeg does not understand backslash in absolute path for key, even if on Windows.

This means download/decrypt will fail catastrophically (stuck at 0%).

Use forward slash works for both *nix and Windows.

fireattack commented 3 months ago

Confirmed windows binary build works, now it's ready to go.

image

fireattack commented 3 months ago

I should have let you know ahead of time before you bumping the version, sorry! @AlexAplin

AlexAplin commented 3 months ago

I'm guessing it's escape code character wonkiness that causes this...

At any rate, I'll also need to look into catching "stuck" downloads like this.