audible-downloader icon indicating copy to clipboard operation
audible-downloader copied to clipboard

Decryption broken on Windows

Open FluffyDiscord opened this issue 3 months ago • 1 comments

Hi, I have two books, one bought and the second one free using the trial premium membership. Both are stuck at decrypting step, as it stays at 0 percent and nothing happens then. I am using windows CLI

Books                                                                   2 / 2 [===========================================================]
The Rage of the Sea Witch: The Adventures of Billy Shaman, Book 1 decrypting  [------------------------------------------------------]   0 %
Earwig                                                            decrypting  [------------------------------------------------------]   0 %

Any tips?

FluffyDiscord avatar Mar 05 '24 20:03 FluffyDiscord

It seems that you are not checking for windows os and not adjusting your ffmpeg command. Windows needs to have the .exe in its name https://github.com/jvatic/audible-downloader/blob/main/internal/ffmpeg/ffmpeg.go#L95

FluffyDiscord avatar Mar 05 '24 20:03 FluffyDiscord